Releases: LouisJenkinsCS/MoltarOS
Multitasking
Basic multitasking has now been added to the kernel! Very minimal, needs a lot more work, see README.md for more.
Memory Management and Tests Formatting
I have implemented the heap, paging, and even moved to a higher half kernel model. It is at the very least "interactive" in that at the end it lets the user trigger keyboard input. Fun indeed!
Accurate detection of physical memory (RAM)
v0.001c Merge branch 'development'
Keyboard driver implemented
v0.001b Merge branch 'development'
ISO image of the first executable version of the kernel
It has been a long time, but finally, with some free time and less (VERY) stressful deadlines, I can finally come back to this project. I realize as well that there was no way for an average person to run this, as they would have to spend the 5+ hours of configuration (Installing the dependencies, toolchain, building the toolchains, and other configuration messes), so now I have includes an .iso you can potentially use. I use Bochs, but it should potentially work with any Virtual Machine, although I haven't tested it yet. Boch is easiest to test this out with anyway. Hopefully more updates on the way!