make dmm.c portable
authorMinep <zelong56@gmail.com>
Thu, 3 Mar 2022 18:36:37 +0000 (18:36 +0000)
committerMinep <zelong56@gmail.com>
Thu, 3 Mar 2022 18:36:57 +0000 (18:36 +0000)
commitd07db7c15d6cf9d6c0fd07ea29cca77a89b02a79
tree8bb21b78cd3bcfcd9c13ca5b49d9443923392490
parent7b0dccbab69e806a63c4504c3ddb82e45241985b
make dmm.c portable
implement kernel heap malloc/free
lunaix-os/includes/lunaix/mm/dmm.h
lunaix-os/includes/lunaix/mm/kalloc.h [new file with mode: 0644]
lunaix-os/kernel/k_init.c
lunaix-os/kernel/k_main.c
lunaix-os/kernel/mm/dmm.c
lunaix-os/kernel/mm/kalloc.c [new file with mode: 0644]