summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* makefile: use multiboot by defaultJoursoir2022-10-131-1/+1
* x86: add GDT code to the kernelJoursoir2022-10-131-1/+3
* makefile: use script instead of passing options to the linkerJoursoir2022-10-121-8/+5
* makefile: export the include path for architectureJoursoir2022-10-041-0/+2
* makefile: add a choice of booting mechanismJoursoir2022-10-041-2/+9
* move our bootloader to special directoryJoursoir2022-10-041-1/+1
* makefile: use our toolchainJoursoir2022-10-031-9/+9
* add objdump targets for boot and kernelJoursoir2021-10-071-1/+8
* make: print a size of the compiled kernelJoursoir2021-10-071-0/+1
* make: increase a zero space after the kernel to 65536 bytesJoursoir2021-10-071-1/+1
* makefile: compile C kernel, make osbin from bootloader and kernelJoursoir2021-09-301-13/+22
* makefile: export tools, call bootloader makeJoursoir2021-09-301-2/+17
* init projectJoursoir2021-08-021-0/+33