HI How do i make an bootloader that loads an kernel

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.
Locked
FUSETHECODER
Posts: 2
Joined: Sat Apr 20, 2013 1:47 am

HI How do i make an bootloader that loads an kernel

Post by FUSETHECODER »

and how do i make an kernel and bootloadr thx.
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: HI How do i make an bootloader that loads an kernel

Post by iansjack »

I think you go away and read a few books and tutorials.
FUSETHECODER
Posts: 2
Joined: Sat Apr 20, 2013 1:47 am

Re: HI How do i make an bootloader that loads an kernel

Post by FUSETHECODER »

OK but can u point me to eny good toutorals and books ??
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: HI How do i make an bootloader that loads an kernel

Post by Griwes »

Can you go away? We are trying to work here.
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: HI How do i make an bootloader that loads an kernel

Post by Mikemk »

Here: http://www.google.com/
Also, if you look around on this page, you might find a few.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
User avatar
dozniak
Member
Member
Posts: 723
Joined: Thu Jul 12, 2012 7:29 am
Location: Tallinn, Estonia

Re: HI How do i make an bootloader that loads an kernel

Post by dozniak »

FUSETHECODER wrote:OK but can u point me to eny good toutorals and books ??
Start with this http://www.merriam-webster.com/
Learn to read.
Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: HI How do i make an bootloader that loads an kernel

Post by Mikemk »

dozniak wrote:
FUSETHECODER wrote:OK but can u point me to eny good toutorals and books ??
Start with this <removed>
You're being way too specific. Don't give him that! [-X :wink:
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
feare56
Member
Member
Posts: 97
Joined: Sun Dec 23, 2012 5:48 pm

Re: HI How do i make an bootloader that loads an kernel

Post by feare56 »

First off learn to speak/type in proper english. Once you do that learn programming since you are asking how to make both a kernel and bootloader. Then read some books on english and os development.

If you think the forum people are going to spoonfeed you then you have come to the wrong website. Here at osdev we only give you code if you are asking what is wrong with your code.
Locked