Commit Graph

8 Commits

Author SHA1 Message Date
ice-bit
8ff8d71af8 Trying to fixing free function... 2019-09-25 01:00:06 +02:00
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
9b5bf087b5 Added last part of paging, print_hex function and updated linker script 2019-09-23 17:27:21 +02:00
ice-bit
3eacf3ea21 Completed kheap and added some parts of paging.h 2019-09-23 12:23:50 +02:00
ice-bit
07eff0e48c Added part of free() function 2019-09-20 16:53:18 +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