quark/src/kernel/drivers
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
..
keyboard.c Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
keyboard.h Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
uart.c Implemented UART and created its printf-like function 2022-08-07 20:08:46 +02:00
uart.h Implemented UART and created its printf-like function 2022-08-07 20:08:46 +02:00
vga.c VGA scroll 2022-06-21 00:32:49 +02:00
vga.h PS/2 keyboard driver 2022-06-19 19:08:16 +02:00