fix(kcp, IDT, Heap, kernel): Various fixes, scrap broken memory allocator

This commit is contained in:
Daniel Hammer
2025-03-11 20:00:04 +01:00
parent b774f82625
commit cc094a9172
23 changed files with 18910 additions and 195 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"configurations": [
{
"type": "cppdbg",
"request": "launch",
"MIMode": "gdb",
"miDebuggerPath": "/usr/bin/gdb",
"name": "QEMU",
"program": "${workspaceFolder}/kernel/bin-x86_64/kernel",
"miDebuggerServerAddress": "127.0.0.1:1234",
"cwd": "${workspaceFolder}"
}
]
}