]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Delete the old bootloader
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 8 May 2022 11:28:47 +0000 (13:28 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 8 May 2022 11:28:47 +0000 (13:28 +0200)
commit9cebed402b287f8efda4c7d5d55cf6339eb0607e
treed675f1b1f69c439e392d7e0517595321cf6c917e
parent4926e0241d01a1c86ee1c57da4885b829cedded9
Delete the old bootloader

The new FAT32 bootloader has reached feature parity with the old bootloader (can
actually load the kernel). The new bootloader also brings some nice improvements
over the old bootloader such as loading the kernel at 1MB (fixing the potential
issue that when the kernel grows large enough it will overwrite the EBDA and
upper RAM before it ever happened) and automatically adapting to the kernel
size, and as such I believe that there is no reason to keep the old bootloader
in the source tree.
boot/x86/old/a20.s [deleted file]
boot/x86/old/boot.s [deleted file]
boot/x86/old/print.s [deleted file]
boot/x86/old/protected.s [deleted file]