Go to the source code of this file.
|
| #define | SYSTEM_VERSION(major, minor, revision) (((major)<<24)|((minor)<<16)|((revision)<<8)) |
| |
| #define SYSTEM_VERSION |
( |
|
major, |
|
|
|
minor, |
|
|
|
revision |
|
) |
| (((major)<<24)|((minor)<<16)|((revision)<<8)) |
Definition at line 3 of file os.h.
| u32 osConvertOldLINEARMemToNew |
( |
u32 |
addr | ) |
|
Definition at line 32 of file os.c.
| u32 osConvertVirtToPhys |
( |
u32 |
vaddr | ) |
|
Definition at line 19 of file os.c.
Definition at line 56 of file os.c.
| u32 osGetKernelVersion |
( |
| ) |
|
Definition at line 60 of file os.c.
Definition at line 40 of file os.c.
| const char* osStrError |
( |
u32 |
error | ) |
|
Definition at line 64 of file os.c.