log cos/kernel/mm.c @ 41:35cc54e078dd

age author description
Fri, 03 Feb 2012 17:56:41 +0100 windel Added memory functions
Tue, 24 Jan 2012 17:54:16 +0100 windel Added more malloc stuff. Added mem usage
Mon, 16 Jan 2012 21:38:55 +0100 windel Cleanup
Mon, 16 Jan 2012 13:46:06 +0100 windel Fixes for uninitialized data. This causes problems on real machines
Fri, 13 Jan 2012 18:18:17 +0100 windel Added initial ramdisk and some virtual file system functions
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 17:36:52 +0100 windel Added mm.c