|
ApertureOS
|
#include <stddef.h>#include <stdint.h>#include "multiboot.h"#include "elf.h"#include "globals.h"#include "gdt.h"#include "idt.h"#include "kmalloc.h"#include "drivers/drivers.h"#include "managers/managers.h"#include "utils/native.h"#include "utils/common.h"#include "graphics/graphics.h"#include "processors.h"
Functions | |
| void | t_main (int argc, char **argv) |
| void | setup_kernel_core (multiboot_info_t *mbd, uint32_t magic) |
| void | kernel_main (int argc, char **isKernelMode) |
Variables | |
| int | temp = 0 |
| int | temp2 = 0 |
| char * | tmp |
| void kernel_main | ( | int | argc, |
| char ** | isKernelMode | ||
| ) |
| void setup_kernel_core | ( | multiboot_info_t * | mbd, |
| uint32_t | magic | ||
| ) |
| void t_main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int temp = 0 |
| int temp2 = 0 |
| char* tmp |
1.8.9.1