Move dlmalloc outside of kernel tree

This commit is contained in:
2025-09-07 22:48:05 +02:00
parent e71361dcca
commit a9ac962051
6 changed files with 6378 additions and 6390 deletions

View File

@ -61,7 +61,6 @@ void kmain(void) {
hal_init();
pmm_init();
hal_vmm_init();
dlmalloc_check();
storedev_init();
baseimg_init();
vfs_init();