summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/setup.s
Commit message (Collapse)AuthorAgeFilesLines
* x86/boot: transform one-stage to two-stage bootloaderJoursoir2021-09-281-0/+111
bootsect.s is first stage bootloader, it loads setup.s setup.s is second stage bootloader, it saves system data and loads kernel to $KERNADDR, then jump to 32-bit startup code