kern
annotate .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 |
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$ |