UnGladOS
Source<p>A simple OS, whose final goals will be to support multitasking and memory paging. I am also tentatively thinking about making it a micro-kernel just to do something different, at the moment it is too small to start categorizing it as anything much yet.</p> <p>Currently it boots, loads itself into memory from the floppy disk, switches to protected mode and then loads the kernel. IRQs and ISRs works, memory protection is enabled (but not protecting anything yet). Keyboard is being handled and buffered (calling getchar() either pulls a key out of the buffer or blocks waiting for a key to be added to the buffer). After booting up it waits for a command from the user and then reacts to it.</p> <p>(current time spent coding: < < 1week)</p>
