mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-09 11:44:10 -04:00
boot_0x80086760 OK and documented (#288)
* boot_80086760 OK, added fp header, resplit data * Some more documentation, data imported with unions * Sweep data under the rug * Move the fp header properly * Format * include/fp.h header guards Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * Engineer's review * Fix typo Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Rename header * while (true) Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -43,8 +43,8 @@ beginseg
|
||||
include "build/data/boot/boot_800862E0.data.o"
|
||||
include "build/src/boot_O2/padsetup.o"
|
||||
include "build/src/boot_O2/boot_80086760.o"
|
||||
include "build/data/boot/boot_80086760.bss.o"
|
||||
include "build/asm/boot/fp.text.o"
|
||||
include "build/data/boot/fp.data.o"
|
||||
include "build/src/boot_O2/system_malloc.o"
|
||||
include "build/src/boot_O2/rand.o"
|
||||
include "build/src/boot_O2/__osMalloc.o"
|
||||
|
||||
Reference in New Issue
Block a user