kern

view .hgignore @ 65:e49fdda97607

changed the makefile to only pass "emulation" (-m32 -melf_i386) only when not running on a i386 system. Also made that work for freebsd too
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 05 Oct 2011 02:34:58 +0300
parents
children a398bf73fe93
line source
1 \.d$
2 \.o$
3 \.swp$
4 ^kernel.elf$
5 ^link.map$