Rev 836 | Rev 1332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 836 | Rev 1096 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | #!/bin/sh |
1 | #!/bin/sh |
| 2 | # Uspace addresses outside of normal memory (kernel has std. 8 or 16MB) |
2 | # Uspace addresses outside of normal memory (kernel has std. 8 or 16MB) |
| 3 | # we place the pages at 24M |
3 | # we place the pages at 24M |
| 4 | gxemul -E testmips -X 0x81800000:init kernel.bin |
4 | gxemul $@ -E testmips -X 0x81800000:init kernel.bin |