lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 9f581365 was b6d4566, checked in by Jakub Jermar <jakub@…>, 20 years ago |
|
CPU stacks must have two frames on ia64.
Make sure both thread stack frames are mapped in before_thread_runs_arch().
Take STACK_FRAMES into account during kernel memory layout initialization in main_bsp().
|
-
Property mode
set to
100644
|
|
File size:
259 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # MSIM configuration script
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | add dcpu mips1
|
|---|
| 6 |
|
|---|
| 7 | add rwm mainmem 0x0 8M load "/dev/zero"
|
|---|
| 8 | add rom startmem 0x1fc00000 1024k load "image.boot"
|
|---|
| 9 | add rwm init 0x01000000 1M load "init"
|
|---|
| 10 |
|
|---|
| 11 | add dprinter printer 0x10000000
|
|---|
| 12 | add dkeyboard keyboard 0x10000000 2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.