kern

view .hgignore @ 93:083849df660b

split the system call implementations out of fs.c into fs_sys.c
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 11 Dec 2011 10:17:58 +0200
parents fa65b4f45366
children
line source
1 \.d$
2 \.o$
3 \.swp$
4 ^kernel.elf$
5 ^link.map$
6 ^disk.img$