kern

annotate .hgignore @ 72:3941e82b07f2

- implemented syscalls: exit, waitpid, getppid - moved sys_whatever functions out of syscall.c into more reasonable files - putting all the definitions that must be synced with userland to include/kdef.h
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 15 Oct 2011 07:45:56 +0300
parents
children a398bf73fe93
rev   line source
nuclear@52 1 \.d$
nuclear@52 2 \.o$
nuclear@52 3 \.swp$
nuclear@52 4 ^kernel.elf$
nuclear@52 5 ^link.map$