Booting
Re: Booting
Enable Protected Mode. Check out:
http://www.execpc.com/~geezer/os/
for info on Protected Mode.
K.J.
http://www.execpc.com/~geezer/os/
for info on Protected Mode.
K.J.
Re: Booting
Hi, I don't know exactly what you want to do, but I think you should use an existing BootLoader such as GRUB.
It uses MULTIBOOT standart which detects some important features of your computer.
But if you still want to write your own loader. The next step is to switch to Big Real Mode.
From a memory point of view, Real Mode is a reduced protected mode that can be enhanced.
Switch to protected mode, change the limits of each data and code register. Go back to real mode.
You will be able to access memory over 1M.
Good Luck
It uses MULTIBOOT standart which detects some important features of your computer.
But if you still want to write your own loader. The next step is to switch to Big Real Mode.
From a memory point of view, Real Mode is a reduced protected mode that can be enhanced.
Switch to protected mode, change the limits of each data and code register. Go back to real mode.
You will be able to access memory over 1M.
Good Luck
Re: Booting
i am tapas and new to os developements.i wanna know about creating bootsector for my new os.plz help me
Re: Booting
Your new to OS dev? Like how new? If your really new to OS dev then I suggest that you read df's Write Your Own Operating System [FAQ] here:
http://www.mega-tokyo.com/os/os-faq.html
For info on the bootsector I suggest that you look at the topic on this message board called:
About booting the kernel
K.J.
http://www.mega-tokyo.com/os/os-faq.html
For info on the bootsector I suggest that you look at the topic on this message board called:
About booting the kernel
K.J.