linux0.11 icon indicating copy to clipboard operation
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 ![default](https://cloud.githubusercontent.com/assets/8140244/10781027/837bc29c-7d7e-11e5-9a0d-ea6348fd567b.PNG)