kern
annotate debug @ 54:4eaecb14fe31
bringing the task switching thing into shape with proper per-process kernel stacks and shit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 14 Aug 2011 16:57:23 +0300 |
parents | |
children | a6513dc35f04 |
rev | line source |
---|---|
nuclear@52 | 1 #!/bin/sh |
nuclear@52 | 2 |
nuclear@52 | 3 qemu -kernel kernel.elf -s -S & |
nuclear@52 | 4 gdb |