- [unix utilities] sleep / pingpong / primes / find / xargs
- [system calls] trace / sysinfo
- (?) command line history (in sh.c)
Debug mode
make qemu-gdbThen, in another terminal, run:
gdb-multiarchRemote debugging
target remote localhost:26000
file kernel/kernelusefull gdb commands:
layout split
continue
step
next
run