currently, BAR fields of IDE drives are all returning zero, and the ATA read function isn't working. i'm not sure why. i'm going to work on VESA next, and come back to the IDE driver later
7 lines
166 B
Text
7 lines
166 B
Text
target remote | qemu-system-i386 -m 768 -S -gdb stdio out/disk.img
|
|
add-symbol-file obj/kernel.elf
|
|
set disassembly-flavor intel
|
|
layout reg
|
|
break main
|
|
break panic
|
|
cont
|