Fixed bugs about kheap, paging and ordered list
Furthermore, added Heap kernel driver code for both allocation and deallocation free() does not works yet: `ASSERTION-FAILED(head->magic == HEAP_MAGIC) at kheap.c:261`
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
#define ORDERED_LIST_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "kheap.h"
|
||||
#include "../cpu/assert.h"
|
||||
#include "../libc/string.h"
|
||||
|
||||
/* Our list is always in a 'sorted state',
|
||||
* it can store anything that can be casted
|
||||
|
||||
Reference in New Issue
Block a user