feat: introduced tasking, added paging (no vm), moved malloc, added

syscalls, other stuff
This commit is contained in:
2021-02-27 11:46:26 +01:00
parent 8f615b259c
commit 9f72d4bb1a
42 changed files with 907 additions and 292 deletions

14
kernel/command.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by rick on 23-02-21.
//
#ifndef NEW_KERNEL_COMMAND_H
#define NEW_KERNEL_COMMAND_H
#include "multiboot.h"
void store_bootloader_info(multiboot_info_t *multiboot_info);
void main_loop(void* data);
#endif //NEW_KERNEL_COMMAND_H