Rev 534 | Rev 938 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 534 | Rev 794 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | (0x180003fb, tty0, 0, 3, 1), |
19 | (0x180003fb, tty0, 0, 3, 1), |
20 | (0x180003fc, tty0, 0, 4, 1), |
20 | (0x180003fc, tty0, 0, 4, 1), |
21 | (0x180003fd, tty0, 0, 5, 1), |
21 | (0x180003fd, tty0, 0, 5, 1), |
22 | (0x180003fe, tty0, 0, 6, 1), |
22 | (0x180003fe, tty0, 0, 6, 1), |
23 | (0x180003ff, tty0, 0, 7, 1), |
23 | (0x180003ff, tty0, 0, 7, 1), |
24 | (0x1c000000, hfs0, 0, 0, 16)) |
24 | (0x1c000000, hfs0, 0, 0, 16), |
- | 25 | (0x20000000, initmem0, 0, 0, 0x20000)) |
|
25 | } |
26 | } |
26 | 27 | ||
27 | OBJECT cbus-space TYPE memory-space { |
28 | OBJECT cbus-space TYPE memory-space { |
28 | map: ((0x1f000000, malta0, 0, 0, 0xc00000), |
29 | map: ((0x1f000000, malta0, 0, 0, 0xc00000), |
29 | (0x1fc00000, rom0, 0, 0, 0x400000)) |
30 | (0x1fc00000, rom0, 0, 0, 0x400000)) |
Line 34... | Line 35... | ||
34 | } |
35 | } |
35 | OBJECT memory0-image TYPE image { |
36 | OBJECT memory0-image TYPE image { |
36 | queue: cpu0 |
37 | queue: cpu0 |
37 | size: 0x08000000 |
38 | size: 0x08000000 |
38 | } |
39 | } |
- | 40 | ||
- | 41 | OBJECT initmem0 TYPE ram { |
|
- | 42 | image: initmem0-image |
|
- | 43 | } |
|
- | 44 | OBJECT initmem0-image TYPE image { |
|
- | 45 | queue: cpu0 |
|
- | 46 | size: 0x20000 |
|
- | 47 | files: (("../../../uspace/init/init", "ro", 0,0)) |
|
- | 48 | } |
|
- | 49 | ||
39 | OBJECT rom0 TYPE rom { |
50 | OBJECT rom0 TYPE rom { |
40 | image: rom0-image |
51 | image: rom0-image |
41 | } |
52 | } |
42 | OBJECT rom0-image TYPE image { |
53 | OBJECT rom0-image TYPE image { |
43 | queue: cpu0 |
54 | queue: cpu0 |