Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: add GDT code to the kernel | Joursoir | 2022-10-13 | 1 | -0/+2 |
| | |||||
* | x86: add GDT header | Joursoir | 2022-10-13 | 1 | -0/+89 |
| | |||||
* | x86/multiboot: add multiboot header | Joursoir | 2022-10-07 | 1 | -0/+270 |
| | | | | | | 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 the arch specific code for port IO to the correct place | Joursoir | 2021-08-30 | 1 | -0/+15 |