]> git.dujemihanovic.xyz Git - nameless-os.git/shortlog
nameless-os.git
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ćUse `git describe --long` as revision number 0.1.0
2022-05-08 Duje MihanovićFix interrupt trap gates
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-07 Duje MihanovićRefactor Makefile, linker script, properly set up stack
2022-05-06 Duje MihanovićAlign all sections in kernel binary to page size
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-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-09 Duje Mihanovićkprint can accept a const string
2021-09-08 Duje MihanovićBetter gitignore and tidier string
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ćDocument the code
2021-09-07 Duje MihanovićA new beginning
2021-08-21 Duje MihanovićAllow controlling (no) newline when printing and listen...
2021-08-21 Duje MihanovićRead bytes from boot drive
2021-08-21 Duje MihanovićAllow controlling (no) newline when printing and listen...
2021-08-21 Duje MihanovićAdd Makefile
2021-08-21 Duje MihanovićAdd print function with some examples
2021-08-21 Duje MihanovićCan now print hexadecimal numbers
2021-08-20 Duje MihanovićAdd basic bootsector