Hobby OS for x86 (WIP)
Anar al arxiu
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
config VERSION shell command 2022-06-20 14:17:13 +02:00
docs QROFS utility script 2022-07-02 17:56:48 +02:00
scripts Serial ports (still not working) 2022-06-22 15:12:17 +02:00
src/kernel Floppy disk controller, new keyboard and PIT driver interface, many things 2022-08-15 01:34:15 +02:00
tools QROFS utility script 2022-07-02 17:56:48 +02:00
.gitignore Initial code organization and GCC+binutils toolchain 2022-06-16 00:29:13 +02:00
LICENSE GPLv3 license 2022-06-16 00:37:28 +02:00
Makefile GRUB-bootable ISO 2022-06-20 13:48:40 +02:00