|
NOVA
Stripped down NOVA kernel for the OSY course
|
Public Types | |
| enum | { PT_NULL = 0 , PT_LOAD = 1 , PT_DYNAMIC = 2 , PT_INTERP = 3 , PT_NOTE = 4 , PT_SHLIB = 5 , PT_PHDR = 6 } |
| enum | { PF_X = 0x1 , PF_W = 0x2 , PF_R = 0x4 } |
Public Attributes | |
| uint32 | type |
| uint32 | f_offs |
| uint32 | v_addr |
| uint32 | p_addr |
| uint32 | f_size |
| uint32 | m_size |
| uint32 | flags |
| uint32 | align |
| anonymous enum |
| anonymous enum |