/kernel/trunk/contrib/conf/gxemul.sh |
---|
1,4 → 1,4 |
#!/bin/sh |
# Uspace addresses outside of normal memory (kernel has std. 8 or 16MB) |
# we place the pages at 24M |
gxemul -E testmips -X 0x81800000:init kernel.bin |
gxemul $@ -E testmips -X 0x81800000:init kernel.bin |