Making a simple x86 OS from scratch with assembly and C
Plans ahead:
- Setting up IRQ's
- Implement a keyboard driver
- Implement Paging (In the near future)
- Implement a network stack (In the near future)
Sources https://wiki.osdev.org (For the whole OS), https://web.stanford.edu/class/cs140/projects/pintos/specs/freevga/vga/portidx.htm (For the screen driver)