summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/multiboot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x86/multiboot/make: compile head.sJoursoir2022-10-071-2/+5
|
* x86/multiboot: add multiboot headerJoursoir2022-10-071-0/+25
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.