Post bios starting

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.
Post Reply
Brill

Post bios starting

Post by Brill »

Hi, i found on some information about how a computer
starts some info on what gets copied to the DL
register when the bios first loads the bootloader.
The information was for telling the bootloader
where it was loaded from.
the values
00h for the first floppy drive and
80h for drive c.
Drive c would be a ms windows thing. Are there
any other codes i should be aware of for say a linux
partition or can a bootloader only be loaded from
drives a and c?
Thanx
The Legend

RE:Post bios starting

Post by The Legend »

>On 2002-04-08 16:57:07, Brill wrote:
>Hi, i found on some information about how a computer
>starts some info on what gets copied to the DL
>register when the bios first loads the bootloader.
>The information was for telling the bootloader
>where it was loaded from.
>the values
>00h for the first floppy drive and
>80h for drive c.
>Drive c would be a ms windows thing. Are there
>any other codes i should be aware of for say a linux
>partition or can a bootloader only be loaded from
>drives a and c?
>Thanx
No, this is not the partition C on your harddisk,
it is the first EIDE driver in your computer.
Those codes represent the drives as used for int 0x13!

The Legend
Post Reply