Rev 938 | Rev 1787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 938 | Rev 941 | ||
---|---|---|---|
Line 20... | Line 20... | ||
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 | (0x01000000, initmem0, 0, 0, 0x20000)) |
25 | (0x01000000, initmem0, 0, 0, 0x100000)) |
26 | } |
26 | } |
27 | 27 | ||
28 | OBJECT cbus-space TYPE memory-space { |
28 | OBJECT cbus-space TYPE memory-space { |
29 | map: ((0x1f000000, malta0, 0, 0, 0xc00000), |
29 | map: ((0x1f000000, malta0, 0, 0, 0xc00000), |
30 | (0x1fc00000, rom0, 0, 0, 0x400000)) |
30 | (0x1fc00000, rom0, 0, 0, 0x400000)) |
Line 41... | Line 41... | ||
41 | OBJECT initmem0 TYPE ram { |
41 | OBJECT initmem0 TYPE ram { |
42 | image: initmem0-image |
42 | image: initmem0-image |
43 | } |
43 | } |
44 | OBJECT initmem0-image TYPE image { |
44 | OBJECT initmem0-image TYPE image { |
45 | queue: cpu0 |
45 | queue: cpu0 |
46 | size: 0x20000 |
46 | size: 0x100000 |
47 | files: (("../../../uspace/init/init", "ro", 0,0)) |
47 | files: (("../../../uspace/init/init", "ro", 0,0)) |
48 | } |
48 | } |
49 | 49 | ||
50 | OBJECT rom0 TYPE rom { |
50 | OBJECT rom0 TYPE rom { |
51 | image: rom0-image |
51 | image: rom0-image |