WilliamCoding
Results
2
issues of
WilliamCoding
我用gdb qemu调试启动后,但是在main函数里task0创建task1后执行pause后卡住了,怎么办?
I want to set floppy as the ROOT_DEV, and test the rd_load() function. So I made the following two changes: 1. change Makefile: ROOT_DEV=FLOPPY 2. change bootsect.s: .equ ROOT_DEV, 0x000...