summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2021-07-18basic executable loadingdzwdz
2021-07-18minor Makefile readibility tweaksdzwdz
2021-07-18move the kernel linker script to src/kernel/dzwdz
2021-07-18move all kernel sources to src/kernel/dzwdz
2021-07-18Make: use a from_sources function instead of a global OBJ macrodzwdz
2021-07-17basic boot module supportdzwdz
2021-07-16`make boot` uses boot.iso / GRUB nowdzwdz
2021-07-10implement a basic linterdzwdz
2021-07-10fix the `make debug` targetdzwdz
2021-07-10building the .iso is now the default Make targetdzwdz
2021-07-10separate the source code from object files; more modular Makefiledzwdz
2021-07-09basic interrupt supportdzwdz
2021-07-09support building .iso imagesdzwdz
2021-06-25ring3dzwdz
2021-06-25setting up the GDTdzwdz
2021-06-24Hello world o/dzwdz