Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makefile: use multiboot by default | Joursoir | 2022-10-13 | 1 | -1/+1 |
* | x86: add GDT code to the kernel | Joursoir | 2022-10-13 | 1 | -1/+3 |
* | makefile: use script instead of passing options to the linker | Joursoir | 2022-10-12 | 1 | -8/+5 |
* | makefile: export the include path for architecture | Joursoir | 2022-10-04 | 1 | -0/+2 |
* | makefile: add a choice of booting mechanism | Joursoir | 2022-10-04 | 1 | -2/+9 |
* | move our bootloader to special directory | Joursoir | 2022-10-04 | 1 | -1/+1 |
* | makefile: use our toolchain | Joursoir | 2022-10-03 | 1 | -9/+9 |
* | add objdump targets for boot and kernel | Joursoir | 2021-10-07 | 1 | -1/+8 |
* | make: print a size of the compiled kernel | Joursoir | 2021-10-07 | 1 | -0/+1 |
* | make: increase a zero space after the kernel to 65536 bytes | Joursoir | 2021-10-07 | 1 | -1/+1 |
* | makefile: compile C kernel, make osbin from bootloader and kernel | Joursoir | 2021-09-30 | 1 | -13/+22 |
* | makefile: export tools, call bootloader make | Joursoir | 2021-09-30 | 1 | -2/+17 |
* | init project | Joursoir | 2021-08-02 | 1 | -0/+33 |