SSBM Decomp
Loading...
Searching...
No Matches
OSBootInfo.h
Go to the documentation of this file.
1#ifndef DOLPHIN_OS_OSBOOTINFO_H_
2
3#include <platform.h>
4
5#include <dolphin/dvd/dvd.h>
6
7typedef struct OSBootInfo {
9 u32 magic; // _20
10 u32 version; // _24
13 void* arenaLo; // _30, overrides __ArenaLo if non-null
14 void* arenaHi; // _34, overrides FSTLocation if non-null
15 void* FSTLocation; // _38, start addr of FST area
16 u32 FSTMaxLength; // _3C, length of FST area
18
19#endif
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
Definition dvd.h:18
Definition dvd.c:44
u32 consoleType
Definition OSBootInfo.h:12
u32 version
Definition OSBootInfo.h:10
u32 memorySize
Definition OSBootInfo.h:11
void * arenaHi
Definition OSBootInfo.h:14
u32 FSTMaxLength
Definition OSBootInfo.h:16
u32 magic
Definition dvd.c:46
DVDDiskID DVDDiskID
Definition OSBootInfo.h:8
void * arenaLo
Definition OSBootInfo.h:13
void * FSTLocation
Definition OSBootInfo.h:15