linux0.11
linux0.11 copied to clipboard
Linux archaeology
Results
2
linux0.11 issues
Sort by
recently updated
recently updated
newest added
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...
when I was reading at boot/head.s , I find the code below was difficult to understand 