- Timestamp:
- 2006-05-14T20:48:34Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab5f8bf
- Parents:
- 7c23af9
- Location:
- contrib/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/gxemul.sh
r7c23af9 r14b502e2 2 2 # Uspace addresses outside of normal memory (kernel has std. 8 or 16MB) 3 3 # we place the pages at 24M 4 gxemul $@ -E testmips -X 0x81800000: init kernel.bin4 gxemul $@ -E testmips -X 0x81800000:ns 0x81900000:init kernel.bin -
contrib/conf/msim.conf
r7c23af9 r14b502e2 7 7 add rwm mainmem 0x0 8M load "/dev/zero" 8 8 add rom startmem 0x1fc00000 1024k load "image.boot" 9 add rwm init 0x01000000 1M load "init" 9 add rwm ns 0x01000000 1M load "ns" 10 add rwm init 0x01100000 1M load "init" 10 11 11 12 add dprinter printer 0x10000000
Note:
See TracChangeset
for help on using the changeset viewer.