use the -newos toolchain even if -elf is present.
[newos.git] / boot / arm / config.ini
blobd13a3520b273e8d0bb507266c8248f8e813e39d9
1 # ---------------------------------------------------------------
2 # The bootstrap code is where control starts once netboot, boot.com,
3 # etc loads the image. It creates a page table to map the kernel in
4 # at 0x80000000 and then jumps to the kernel entrypoint where things
5 # really start happening. This MUST be the first entry in the .ini
7 [bootstrap]
8 type=elf32
9 file=build/arm/boot/stage2
11 [kernel]
12 type=elf32
13 file=build/arm/kernel/kernel