Initial commit - slab allocator, kmalloc, other re
factors
This commit is contained in:
parent
1dd7b8b07f
commit
4e40a040dd
39 changed files with 863 additions and 412 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue