drivers:
- console
keyboard
shell -- rudimentary, at best
timer
- global descriptor table
interrupt descriptor table
interrupt requests
interrupt service requests

I am currently working on a simple memory manager and a floppy driver. When it reaches 0.0.5, I will post a floppy image and probably the source (haven't decided). Any input would be helpful, as I am probably in way over my head

P.S. The drivers are part of the kernel right now, but eventually (after I have a memory manager and a file system driver) the rest of the drivers will be loaded by the kernel.