Gráfico de commits

3 commits

Autor SHA1 Mensaje Fecha
Arnau Camprubí 44c78007d8 Created DMA driver 2022-08-25 20:37:50 +02:00
Arnau Camprubí 92b14a5331 Fixed some includes and various non-critical issues 2022-08-15 02:12:30 +02:00
Arnau Camprubí be55b8121c Floppy disk controller, new keyboard and PIT driver interface, many things
- Implemented basic FDC capable of reading floppy disc sectors
 - Now PIT timer can be used, as it counts the ticks
 - Now the keyboard is buffered, instead of being accessed only during the interrupt itself
 - HAL for sleep()
 - gets()
 - atoi()
 - Now shell is not called by the IRQ, but it's a procedure that reads the key buffer
2022-08-15 01:34:15 +02:00