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


Ignore:
Timestamp:
2006-02-09T17:02:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f00329
Parents:
874878a
Message:

Remove WAKEUP_IPI stuff.

Make it possible to use PAGE_GLOBAL on ia32, amd64 and mips32.
Make ia32 and amd64 map the kernel using PAGE_GLOBAL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/msim.conf

    r874878a rbfb87df  
    66
    77add rwm firstmem        0x0             1M      load "/dev/zero"
    8 add rwm mainmem         0x00100000      16M     load "kernel.bin"
    9 add rom startmem        0x1fc00000      1k      load "load.bin"
    10 add rwm init            0x20000000      1M      load "init
     8add rwm mainmem         0x00100000      16M     load "kernel/kernel.bin"
     9add rom startmem        0x1fc00000      1k      load "kernel/load.bin"
     10add rwm init            0x20000000      1M      load "uspace/init/init"
    1111
    1212add dprinter printer 0x10000000
Note: See TracChangeset for help on using the changeset viewer.