Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
just checked the minix source, and I saw it reads the mbr to check in what sector it is...
but I can't find it in the linux source (reading mbr, 0.0.1)
also, when I put my ide cable on the other port linux doesn't boot... so I don't think it reads the mbr... perhaps it stores the stuff in the bootsector....
just checked the minix source, and I saw it reads the mbr to check in what sector it is...
but I can't find it in the linux source (reading mbr, 0.0.1)
also, when I put my ide cable on the other port linux doesn't boot... so I don't think it reads the mbr... perhaps it stores the stuff in the bootsector....
uh ??? usually, only disk #1 is bootable by the BIOS. If you want to boot another disk than /dev/hda, you should normally put a multi-boot software on the Master Boot Record of drive /dev/hda which will load the kernel on another (defined in MBR or asked to the user) disk.