| Turnstone Operating System
    | 
| Public Attributes | ||
| memory_heap_t * | heap | |
| uint8_t * | data | |
| uint64_t | length | |
| uint64_t | remaining | |
| char_t * | scope_prefix | |
| index_t * | symbols | |
| index_t * | local_symbols | |
| list_t * | devices | |
| list_t * | interrupt_map | |
| acpi_aml_object_t * | pic | |
| struct { | ||
| uint8_t type | ||
| uint32_t code | ||
| uint64_t arg | ||
| } | fatal_error | |
| struct { | ||
| uint8_t while_break | ||
| uint8_t while_cont | ||
| uint8_t fatal | ||
| uint8_t inside_method | ||
| uint8_t method_return | ||
| uint8_t dismiss_execute_method | ||
| } | flags | |
| uint64_t | timer | |
| int8_t | revision | |
| void * | method_context | |