]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Separate loading clusters and cluster chains
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 30 Apr 2022 20:23:40 +0000 (22:23 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 30 Apr 2022 20:23:40 +0000 (22:23 +0200)
commitc4408dfedc5d7b3a4e6b584c37c58e064265ef2d
treeecd62f63ba4777a98800c5dd064b122a3060cb28
parent2a70d72730b91905543e5d5e850bc00cf43bc5e6
Separate loading clusters and cluster chains

This will be crucial for stage 3 loading the kernel, because we will need to
relocate each cluster to 0x100000 (or somewhere after that) manually, and we
can't just do that in the driver as it's also used by the VBR which does not run
in unreal mode.
boot/x86/fat32.s