kern
annotate debug @ 55:88a6c4e192f9
Fixed most important task switching bugs.
Now it seems that I can switch in and out of user space reliably.
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 15 Aug 2011 04:03:39 +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 |