Initial commit - slab allocator, kmalloc, other re

factors
This commit is contained in:
ssimnb 2026-01-22 08:05:47 +01:00
parent 1dd7b8b07f
commit 4e40a040dd
39 changed files with 863 additions and 412 deletions

View file

@ -3,11 +3,12 @@
# Args are fed to QEMU, then GDB and everything else does shit automagically
# 1st arg: terminal name to spawn GDB
# 2nd arg: place to breakpoint in
# 3rd+ arguments all get passed to QEMU
termname=$1
breakpoint=$2
shift 2
qemu-system-x86_64 "$@" &
qemu-system-x86_64 -s -S "$@" &
sleep 1