Commit Graph

5 Commits

Author SHA1 Message Date
ice-bit
3c574238cf 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`
2019-09-24 18:32:38 +02:00
ice-bit
a378ca4061 Fixing bugs... 2019-09-24 12:39:05 +02:00
ice-bit
eff64e81c2 Added alloc function(heap) 2019-09-19 12:04:12 +02:00
ice-bit
234904bf9b Added some kheap parts...not ready yet 2019-09-18 12:25:55 +02:00
ice-bit
7f737e6f02 Added ordered_list driver and some parts of init ram disk 2019-09-14 12:33:51 +02:00