kern
annotate debug @ 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 | a6513dc35f04 |
rev | line source |
---|---|
nuclear@52 | 1 #!/bin/sh |
nuclear@52 | 2 |
nuclear@52 | 3 qemu -kernel kernel.elf -s -S & |
nuclear@52 | 4 gdb |