OSDev.org
https://forum.osdev.org/

Best ways to make the OS load from HDD
https://forum.osdev.org/viewtopic.php?f=1&t=31562
Page 1 of 1

Author:  Thunderbirds747 [ Sat Apr 22, 2017 1:57 pm ]
Post subject:  Best ways to make the OS load from HDD

Hello, I feel like making a bootloader which loads directly from the hard drive and not the floppy. Any examples or suggestions?
Sincerely, Tim.

Author:  Octocontrabass [ Sat Apr 22, 2017 2:03 pm ]
Post subject:  Re: Best ways to make the OS load from HDD

You already wrote hard disk bootloaders and posted them in this thread.

Author:  Thunderbirds747 [ Sun Apr 23, 2017 1:31 am ]
Post subject:  Re: Best ways to make the OS load from HDD

Octocontrabass wrote:
You already wrote hard disk bootloaders and posted them in this thread.

Really?

Author:  iansjack [ Sun Apr 23, 2017 1:43 am ]
Post subject:  Re: Best ways to make the OS load from HDD

Only if you have parsed the partition table to find the location of the partition containing your kernel.

Author:  azblue [ Fri Apr 28, 2017 8:08 pm ]
Post subject:  Re: Best ways to make the OS load from HDD

Booting from a hard drive is literally 100% the same as booting from a floppy, unless you're reading past 8GB, in which case you need to use LBA. (Look up RBIL to learn how to use LBA).

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/