use the -newos toolchain even if -elf is present.
[newos.git] / boot / m68k / config.ini
blob0bb4a63a3ca9c34225466fe1dafdee4ccfd1d5a8
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/m68k/boot/stage2
11 #[kernel]
12 #type=elf32
13 #file=kernel/obj.m68k/system