Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass multiboot information to the kernelHEADmaster | Joursoir | 2022-10-13 | 1 | -0/+5 |
| | |||||
* | x86/multiboot/make: compile head.s | Joursoir | 2022-10-07 | 1 | -2/+5 |
| | |||||
* | x86/multiboot: rename multiboot.s to head.s | Joursoir | 2022-10-07 | 1 | -0/+1 |
| | | | | | "Head" is a more typical name for code that passes control to the kernel. | ||||
* | x86/multiboot: add multiboot header | Joursoir | 2022-10-07 | 2 | -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 directory | Joursoir | 2022-10-04 | 2 | -0/+165 |