kern

log Makefile

age author description
Sat, 15 Oct 2011 07:45:56 +0300 John Tsiombikas - implemented syscalls: exit, waitpid, getppid
Thu, 06 Oct 2011 04:28:21 +0300 John Tsiombikas ops, forgot the -m in -m elf_i386 ld arg
Wed, 05 Oct 2011 02:34:58 +0300 John Tsiombikas changed the makefile to only pass "emulation" (-m32 -melf_i386) only when not
Tue, 14 Jun 2011 01:19:07 +0300 John Tsiombikas merged the timer/rtc/etc from the misc branch
Fri, 10 Jun 2011 23:19:25 +0300 John Tsiombikas - added makefile pattern to produce assembly output from c source files.
Sat, 26 Mar 2011 12:27:57 +0200 John Tsiombikas adding paging
Fri, 18 Feb 2011 08:42:32 +0200 John Tsiombikas interrupt handling
Wed, 16 Feb 2011 07:26:03 +0200 John Tsiombikas segment descriptors
Sat, 04 Dec 2010 10:12:39 +0200 John Tsiombikas fidled with the makefile
Sat, 04 Dec 2010 08:04:43 +0200 John Tsiombikas added hardware scrolling, memset16 and temporary keyboard input for testing
Thu, 02 Dec 2010 08:45:41 +0200 John Tsiombikas pretty much finished the code for article 1, might do minor adjustments though
Wed, 01 Dec 2010 22:02:42 +0200 John Tsiombikas starting the kernel