Rev 1496 | Rev 1541 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1496 | Rev 1527 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | load HelenOS/boot/kernel.bin |
1 | load HelenOS/boot/kernel.bin |
2 | romload HelenOS/uspace/ns/ns 0x400000 |
2 | romload HelenOS/uspace/ns/ns 0x400000 |
3 | romload HelenOS/uspace/init/init 0x800000 |
3 | romload HelenOS/uspace/init/init 0x800000 |
4 | romload HelenOS/uspace/console/console 0xc00000 |
4 | romload HelenOS/uspace/console/console 0xc00000 |
5 | romload HelenOS/uspace/fb/fb 0x1000000 |
5 | romload HelenOS/uspace/fb/fb 0x1000000 |
6 | #romload HelenOS/uspace/kbd/kbd 0x1400000 |
6 | romload HelenOS/uspace/kbd/kbd 0x1400000 |
7 | 7 | ||
8 | 8 |