more x86_64 work. started to put the mmu bits together in the (former) stage2 loader.
[newos.git] / boot / pc / x86_64 / dummy.ini
blob93b3ae2e4f2ce2e8d61ab79a5db8d4acb7c719db
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 #[kernel]
8 #type=elf32
9 #file=build/x86_64-pc/kernel/kernel
11 [bootscript]
12 type=text
13 file=scripts/bootscript
15 [loginscript]
16 type=text
17 file=scripts/loginscript