log

age author description
Mon, 16 Jan 2012 20:47:05 +0100 windel Removed test variables
Mon, 16 Jan 2012 17:38:00 +0100 windel Added bss end address and load end address to multiboot header
Mon, 16 Jan 2012 13:46:06 +0100 windel Fixes for uninitialized data. This causes problems on real machines
Sun, 15 Jan 2012 13:39:49 +0100 windel Added more interrupt handlers
Fri, 13 Jan 2012 18:18:17 +0100 windel Added initial ramdisk and some virtual file system functions
Tue, 10 Jan 2012 20:40:35 +0100 windel Changed interrupt handler
Thu, 29 Dec 2011 23:51:35 +0100 windel Added static asserts and fixed pages
Thu, 29 Dec 2011 19:34:01 +0100 windel Added get_page function to mm
Wed, 28 Dec 2011 13:38:43 +0100 windel Moved Makefiles
Tue, 27 Dec 2011 18:59:02 +0100 windel Added some files for the python port
Tue, 27 Dec 2011 17:36:52 +0100 windel Added mm.c
Tue, 27 Dec 2011 13:31:38 +0100 windel Beginning of multitasking
Fri, 02 Dec 2011 14:00:02 +0100 windel Split up in more files and reboot command
Thu, 01 Dec 2011 21:42:59 +0100 windel Added ubersimple malloc algorithm