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 |