Rev 1386 | Rev 1537 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
796 | palkovsky | 1 | #!/bin/sh |
2 | # Uspace addresses outside of normal memory (kernel has std. 8 or 16MB) |
||
3 | # we place the pages at 24M |
||
1458 | palkovsky | 4 | gxemul $@ -E testmips -X 0x81800000:../uspace/ns/ns 0x81900000:../uspace/kbd/kbd 0x81a00000:../uspace/fb/fb 0x81b00000:../uspace/init/init 0x81c00000:../uspace/console/console kernel.bin |