Changeset b629483 in mainline for contrib/conf/msim.conf


Ignore:
Timestamp:
2006-03-15T15:08:29Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3b05862f
Parents:
0e30dec
Message:

mips: remove load.bin
remove arch/boot infrastructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/msim.conf

    r0e30dec rb629483  
    55add dcpu mips1
    66
    7 add rwm firstmem        0x0             1M      load "/dev/zero"
    8 add rwm mainmem         0x00100000      7M      load "kernel/kernel.bin"
    9 add rom startmem        0x1fc00000      1k      load "kernel/load.bin"
    10 add rwm init            0x01000000      1M      load "uspace/init/init"
     7add rwm mainmem         0x0                     8M              load    "/dev/zero"
     8add rom startmem        0x1fc00000      1024k   load    "image.boot"
     9add rwm init            0x01000000      1M              load    "init"
    1110
    1211add dprinter printer 0x10000000
Note: See TracChangeset for help on using the changeset viewer.