Sam460ex: Add a Linux-type kernel entry point

* the onboard U-Booot and 2nd-stage loader only know a few OS types,
we'll try faking Linux there.
This commit is contained in:
François Revol
2012-05-17 17:36:19 +02:00
parent d86473dfb9
commit 693b3532c7
3 changed files with 82 additions and 2 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ HAIKU_BOOT_PLATFORM = u-boot ;
# load address for haiku_loader
HAIKU_BOARD_LOADER_BASE = 0x00000000 ;
# entry points (raw binary, and netbsd loader emulation)
HAIKU_BOARD_LOADER_ENTRY_RAW = 0x00000000 ;
HAIKU_BOARD_LOADER_ENTRY_NBSD = 0x00000008 ;
HAIKU_BOARD_LOADER_ENTRY_LINUX = 0x00000000 ;
#HAIKU_BOARD_LOADER_ENTRY_NBSD = 0x00000008 ;
#HAIKU_BOARD_LOADER_ENTRY_RAW = 0x00000010 ;
# load address for haiku_loader uimage
# (must be different than real load address)