log cos/kernel/handlers.c @ 26:dcce92b1efbc

age author description
Tue, 27 Dec 2011 17:36:52 +0100 windel Added mm.c
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
Tue, 29 Nov 2011 19:32:31 +0100 windel Forgot crucial adjustment to idt pointer
Mon, 28 Nov 2011 20:54:40 +0100 windel Now working with 2 MB pages
Sun, 20 Nov 2011 20:35:51 +0100 windel Fixed interrupt issue, ds, es, ss, fs and gs were not initialized to 0
Sat, 19 Nov 2011 20:01:28 +0100 windel First attempt IDT loader 64 bits. INT13 occurs
Mon, 14 Nov 2011 22:45:55 +0100 windel Added asm interrupt handler things, not yet working