linux0.11
linux0.11 copied to clipboard
how to use floppy as the ROOT_DEV
I want to set floppy as the ROOT_DEV, and test the rd_load() function. So I made the following two changes:
- change Makefile: ROOT_DEV=FLOPPY
- change bootsect.s: .equ ROOT_DEV, 0x000 But it failed to mount root file. Can you help me?