AG-OS Operative System
My attempt to build a simple OS .

 

I always liked the idea of making an operative system my own. This was true until I decided to do that, and discovered how much work there's behind those softwares! This project may be treaten as a starting framework on which you can build you simple operative system. Actually it can boot your computer, initialize GDT (Global Description Table), setting up environment for memory mapping and paging, has runlevels (4), a video & keyboard drivers, pagefault error detection (and bluescreen, too!) and a couple of other features.
No screenshots of the actual program running are available, the one below is a short piece of code contained in the main routine. Source code available on email request.