Bootloader

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
kevin666
Posts: 1
Joined: Sun Feb 10, 2008 9:39 am

Bootloader

Post by kevin666 »

Hi! I have some problems:

Which bootloader do I need and how do I write it togheter to a floppy?
And how do I run it then with Bochs?

Thx
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

You obviously haven't read the sticky thread. Please do so now.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
jerryleecooper
Member
Member
Posts: 233
Joined: Mon Aug 06, 2007 6:32 pm
Location: Canada

Post by jerryleecooper »

It is complicated, the bootloader depends of your needs.
What are your needs?
Bochs will run it itself, by reading the magic number at its end.
Configuring the box file to make it run your floppy image (no need to play with real HD floppies) is to you to discovewr.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Is there a way to make the sticky thread pop up upon user creation?
There should be.

Google is your friend.
Grub is good, thats what I use.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

not everyone wants to rely on GRUB for their OS loading.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

01000101 wrote:not everyone wants to rely on GRUB for their OS loading.
...but those who ask "which bootloader?" usually do not know what they want, aside from "get it running", and for those GRUB is the standard recommendation. (If only because it relieves us of the burden of having to talk them through A20 Enabling next...)
Every good solution is obvious once you've found it.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

As Teal'c from Stargate SG-1 would say so very enthusiastically... 'indeed'.
Post Reply