kern
annotate debug @ 80:4db99a52863e
fixed the "endianess" of the text messages in the ATA identify info block. this
is the first time I've seen wrong byteorder in ascii text, the ATA committee
should be commended.
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 06 Dec 2011 13:35:39 +0200 |
parents | fa65b4f45366 |
children |
rev | line source |
---|---|
nuclear@52 | 1 #!/bin/sh |
nuclear@52 | 2 |
nuclear@77 | 3 cmdline=`cat run | grep qemu | sed s/^qemu//` |
nuclear@77 | 4 |
nuclear@77 | 5 qemu -s -S $cmdline & |
nuclear@52 | 6 gdb |