couple of bits on the x86_64 boot code
[newos.git] / boot / pc / x86_64 / dummy.ini
blobe903f4bfb9acd271cd45d6bd317b3b2d4db4d543
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=elf64
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