beanOS
- 3 Devlogs
- 8 Total hours
An operating system that aims to be simple and efficient.
An operating system that aims to be simple and efficient.
beanOS now has VGA graphics output and CPU and keyboard interrupts. Three implicit function declarations and some mis-capitalization later and it seems to be functioning. On to the shell!
beanOS has a kernel now. Its moving quickly, and I’m working on video output currently. It can only print characters, but soon it will be printing strings.
Wrote the boot sector for beanOS using the os-tutorial repo on GitHub for the instructions. First time writing in x86 assembly.,and I’m starting to understand it.