]> git.dujemihanovic.xyz Git - nameless-os.git/commitdiff
Rehaul the memory map
authorDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 6 May 2022 17:33:45 +0000 (19:33 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 6 May 2022 18:03:41 +0000 (20:03 +0200)
This was done when I realized that not enough space is allocated to load
clusters. The current map is as follows (all numbers in hex):

* 600-800: MBR
* ee00-fe00: stack
* fe00-10000: VBR
* 800-1800: temporary FAT sector
* 10000-18000: temporary cluster
* 1800-fe00: LOADER.BIN


No differences found