]> git.dujemihanovic.xyz Git - nameless-os.git/commitdiff
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)
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.


No differences found