SSBM Decomp
Loading...
Searching...
No Matches
OSMemory.c File Reference

Functions

volatile u32 Mem_Size AT_ADDRESS (0x80000028)
 
volatile u32 Simulated_Mem AT_ADDRESS (0x800000F0)
 
static bool OnReset (bool)
 
u32 OSGetPhysicalMemSize (void)
 
u32 OSGetConsoleSimulatedMemSize (void)
 
static void MEMIntrruptHandler (__OSInterrupt interrupt, OSContext *context)
 
void Config24MB (void)
 
void Config48MB (void)
 
void RealMode (Event arg0)
 
void __OSInitMemoryProtection (void)
 

Variables

OSErrorHandler __OSErrorTable []
 
static OSResetFunctionInfo OSMemory_80402348 = { OnReset, 127, NULL, NULL }
 

Function Documentation

◆ AT_ADDRESS() [1/2]

volatile u32 Mem_Size AT_ADDRESS ( 0x80000028  )
extern

◆ AT_ADDRESS() [2/2]

volatile u32 Simulated_Mem AT_ADDRESS ( 0x800000F0  )
extern

◆ OnReset()

static bool OnReset ( bool  final)
static

◆ OSGetPhysicalMemSize()

u32 OSGetPhysicalMemSize ( void  )

◆ OSGetConsoleSimulatedMemSize()

u32 OSGetConsoleSimulatedMemSize ( void  )

◆ MEMIntrruptHandler()

static void MEMIntrruptHandler ( __OSInterrupt  interrupt,
OSContext context 
)
static

◆ Config24MB()

void Config24MB ( void  )

◆ Config48MB()

void Config48MB ( void  )

◆ RealMode()

void RealMode ( Event  arg0)

◆ __OSInitMemoryProtection()

void __OSInitMemoryProtection ( void  )

Variable Documentation

◆ __OSErrorTable

OSErrorHandler __OSErrorTable[]
extern

◆ OSMemory_80402348

OSResetFunctionInfo OSMemory_80402348 = { OnReset, 127, NULL, NULL }
static