linux0.11 icon indicating copy to clipboard operation
linux0.11 copied to clipboard

how to use floppy as the ROOT_DEV

Open WilliamCoding opened this issue 9 years ago • 0 comments

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 But it failed to mount root file. Can you help me?

WilliamCoding avatar Nov 30 '16 10:11 WilliamCoding