Add boot archive base and size and map the boot archive.
An archive (ramfs) to be loaded can be specified in the raspberry pi config.txt with a certain base address. We can use this to put our floppy boot archive into memory on startup. During the start procedure we now map that archive so we can later load the kernel from it.
This commit is contained in:
@@ -9,6 +9,11 @@ HAIKU_BOOT_PLATFORM = raspberrypi_arm ;
|
||||
|
||||
HAIKU_BOARD_LOADER_BASE = 0x0 ;
|
||||
|
||||
HAIKU_BOARD_BOOT_ARCHIVE_BASE = 0x04000000 ;
|
||||
HAIKU_BOARD_BOOT_ARCHIVE_SIZE = 0x00400000 ;
|
||||
# TODO: needs to be configured in the config.txt
|
||||
# ramfsfile=haiku-floppyboot.tgz and ramfsaddr=x
|
||||
|
||||
#
|
||||
# Flash image
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user