summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/multiboot
Commit message (Collapse)AuthorAgeFilesLines
* pass multiboot information to the kernelHEADmasterJoursoir2022-10-131-0/+5
|
* x86/multiboot/make: compile head.sJoursoir2022-10-071-2/+5
|
* x86/multiboot: rename multiboot.s to head.sJoursoir2022-10-071-0/+1
| | | | | "Head" is a more typical name for code that passes control to the kernel.
* x86/multiboot: add multiboot headerJoursoir2022-10-072-6/+30
| | | | | | Unfortunately, GNU AS doesn't perform GCC-like preprocessing. So, to include the multiboot header in the assembly code, we should parse and format it to GAS-style.
* move multiboot files to special directoryJoursoir2022-10-042-0/+165