]> git.dujemihanovic.xyz Git - nameless-os.git/history - Makefile
kernel: Enable -O2 and LTO again
[nameless-os.git] / Makefile
2023-08-22 Duje MihanovićMakefile: Update QEMU arguments to more closely match...
2022-08-22 Duje MihanovićMerge branch 'ps2-driver' into mm origin/mm
2022-07-01 Duje Mihanovićall: Export {C,LD,AS}FLAGS
2022-07-01 Duje Mihanovićall: Add $(CROSS_COMPILE) support
2022-06-28 Duje MihanovićComplete build system rehaul
2022-06-27 Duje MihanovićRemove leftovers from new IRQ system cherrypick
2022-06-27 Duje MihanovićRework interrupt handling
2022-06-27 Duje MihanovićMerge branch 'elf' into mm
2022-06-22 Duje MihanovićFix various warnings
2022-06-22 Duje MihanovićEnable paging in bootloader
2022-06-22 Duje Mihanović(VERY BROKEN) Enable paging
2022-06-22 Duje MihanovićRework interrupt handling
2022-06-22 Duje MihanovićAdd PS/2 driver
2022-06-22 Duje MihanovićLoad ELF kernel instead of flat binary 0.1.1
2022-06-22 Duje MihanovićSeparate generic and arch-specific headers
2022-06-22 Duje MihanovićAdd ability to print numbers in decimal
2022-06-22 Duje MihanovićAdd C code for enabling paging in bootloader
2022-06-22 Duje MihanovićFix various warnings
2022-06-22 Duje MihanovićEnable paging in bootloader
2022-06-22 Duje Mihanović(VERY BROKEN) Enable paging
2022-06-17 Duje MihanovićMerge branch 'drive' master origin/master
2022-05-13 Duje MihanovićSlightly redo informational strings in stage3
2022-05-08 Duje MihanovićUse `git describe --long` as revision number 0.1.0
2022-05-07 Duje MihanovićRefactor Makefile, linker script, properly set up stack
2022-05-06 Duje MihanovićFAT32 bootloader boots the kernel
2022-04-27 Duje MihanovićWIP: Add new FAT32 bootloader
2021-10-17 Duje MihanovićSimplify Makefile
2021-10-14 Duje MihanovićHandle interrupts
2021-09-16 Duje MihanovićMore features in VGA driver
2021-09-16 Duje MihanovićAlso compile kernel as ELF for easier disassembly
2021-09-16 Duje MihanovićEnable A20 gate
2021-09-09 Duje MihanovićRestructure the bootloader
2021-09-08 Duje MihanovićEnable generation of debug symbols for C source files
2021-09-07 Duje MihanovićAdd linker script and partial VGA driver
2021-09-07 Duje MihanovićA new beginning
2021-08-21 Duje MihanovićRead bytes from boot drive
2021-08-21 Duje MihanovićAdd Makefile