quark/src/kernel/lib
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
..
binary.h Moved everything from util/ to lib/ 2022-06-19 19:29:10 +02:00
debug.c Added debug_printf() 2022-08-07 21:58:36 +02:00
debug.h Added debug_printf() 2022-08-07 21:58:36 +02:00
memory.c Physical memory manager 2022-07-18 21:28:03 +02:00
memory.h Physical memory manager 2022-07-18 21:28:03 +02:00
stdio.c Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
stdio.h Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
string.c Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
string.h Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
time.c Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
time.h Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00