Commit Graph

14 Commits

Author SHA1 Message Date
gijs ff290348c5 Rename `obThreadIdle` to `nuThreadIdle` 2023-10-20 18:19:55 +02:00
gijs a8f58de733 Rename `obIdle` to `nuIdle` 2023-10-20 18:18:33 +02:00
gijs 38563897a2 Remove duplicate definition of `nuScCreateScheduler` from `common.h` 2023-10-20 17:16:43 +02:00
gijs eeddbc0da8 Rename `D_800E7A18` to `nuIdleFunc` 2023-10-20 10:46:50 +02:00
gijs d570045631 Rename `boot` to `nuBoot` 2023-10-20 10:43:13 +02:00
gijs 60f66d3b43 Change a couple functions which are now identified as coming from `nuSystem` 2023-10-20 10:35:17 +02:00
gijs 97b0b10970 Changed `obStackMain` to be used differently in different functions as I think it's an alias 2023-10-18 17:33:01 +02:00
gijs bd344c296c Renamed main_ to obMain along with it's Thread and Stack 2023-09-25 16:39:31 +02:00
gijs 8457613831 Moved symbol_addrs to its own folder
Identified a ton of libmus functions
2023-09-25 16:34:55 +02:00
Ogre a3fca11463 Added Makefile command to generate the context file
Decompiled more code
Before I do something stupid...
2023-09-04 20:17:25 +02:00
Ogre 90b9b43846 Added back m2ctx which now works
Cleaned up extern functions to common.h
Added more decompiled code
2023-09-03 11:20:26 +02:00
Ogre 0352f1bfd7 Identified `rodata` sections
Reversed more code
2023-09-01 13:10:37 +02:00
Ogre 83f47e75fc Added specific optimization flags for `boot.c`
Added `bool` type
Identified more symbols
Finished `black.c`
Finished `boot.c`
2023-09-01 11:48:06 +02:00
Ogre b7c264fe1e Added a ton of information
Added assembler and compiler
Build: OK (run `make`)
2023-08-30 01:41:21 +02:00