]> git.dujemihanovic.xyz Git - nameless-os.git/history - boot
kernel: Enable -O2 and LTO again
[nameless-os.git] / boot /
2023-08-22 Duje Mihanovićx86: mbr: Copy by dword during relocation
2022-08-22 Duje MihanovićMerge branch 'ps2-driver' into mm origin/mm
2022-07-02 Duje Mihanovićkernel, stage3: Disable -O2 and -flto, enable -Og
2022-07-01 Duje Mihanovićall: Export {C,LD,AS}FLAGS
2022-07-01 Duje Mihanovićall: Add $(CROSS_COMPILE) support
2022-06-29 Duje Mihanovićkernel, stage3: Enable -O2 and LTO by default
2022-06-28 Duje MihanovićComplete build system rehaul
2022-06-27 Duje MihanovićRemove leftover paging.s from merge
2022-06-27 Duje MihanovićMerge branch 'elf' into mm
2022-06-22 Duje MihanovićFix various warnings
2022-06-22 Duje MihanovićGet memory map from BIOS E820
2022-06-22 Duje MihanovićEnable paging in bootloader
2022-06-22 Duje MihanovićRework interrupt handling
2022-06-22 Duje MihanovićLoad ELF kernel instead of flat binary 0.1.1
2022-06-22 Duje MihanovićDelete stage3/loader.elf in bootloader Makefile
2022-06-22 Duje MihanovićAdd C code for enabling paging in bootloader
2022-06-22 Duje MihanovićCompile stage3 in ELF format
2022-06-22 Duje MihanovićFix various warnings
2022-06-22 Duje MihanovićGet memory map from BIOS E820
2022-06-22 Duje MihanovićEnable paging in bootloader
2022-06-17 Duje MihanovićMerge branch 'drive' master origin/master
2022-05-13 Duje MihanovićSlightly redo informational strings in stage3
2022-05-13 Duje MihanovićRevert "Remove unneeded "informational" strings from...
2022-05-08 Duje MihanovićRemove unneeded "informational" strings from stage3
2022-05-08 Duje MihanovićDelete the old bootloader
2022-05-08 Duje MihanovićAdd installer script
2022-05-06 Duje MihanovićRehaul the memory map
2022-05-06 Duje MihanovićFAT32 bootloader boots the kernel
2022-04-30 Duje MihanovićSeparate loading clusters and cluster chains
2022-04-30 Duje MihanovićFixes and improvements to FAT32 driver
2022-04-27 Duje MihanovićWIP: Add new FAT32 bootloader
2022-03-29 Duje MihanovićRemove unused protected-mode print routine
2022-03-29 Duje MihanovićSlim down print.s
2022-03-12 Duje MihanovićFix keyboard interrupts
2021-09-16 Duje MihanovićEnable A20 gate
2021-09-09 Duje MihanovićRestructure the bootloader