feat: introduced tasking, added paging (no vm), moved malloc, added
syscalls, other stuff
This commit is contained in:
@@ -7,14 +7,8 @@
|
||||
|
||||
#include <multiboot.h>
|
||||
|
||||
void init_mmap_multiboot(struct multiboot_mmap_entry *entries, uint32_t count);
|
||||
|
||||
void print_malloc_info();
|
||||
void mmap_init_multiboot(struct multiboot_mmap_entry *entries, uint32_t count);
|
||||
|
||||
void print_mmap_info();
|
||||
|
||||
void *malloc(size_t size);
|
||||
|
||||
void free(void *mem);
|
||||
|
||||
#endif //NEW_KERNEL_MEM_H
|
||||
|
||||
Reference in New Issue
Block a user