Help in boot sequence
Posted: Thu Jan 20, 2005 12:23 pm
Hi all , thx for ur time ,
as i told i'm new in OS dev. i've some ques.
1- i want explanation about boot process , i read much about it, but some things i didn't got it yet , like :
when BIOS searches for a bootable sector on a disk and find it , it loads it to 0x7C00 and run it . and then the codes takes the control , right ?? so why we write [org 0x7C00] although this is determined by BIOS. i know that it may be stupid ques. but really that confueses me , plz if any one can explain this area extensivly ( until the loader runs kernel and kernel takes control) i'll be very thankfull.
as i told i'm new in OS dev. i've some ques.
1- i want explanation about boot process , i read much about it, but some things i didn't got it yet , like :
when BIOS searches for a bootable sector on a disk and find it , it loads it to 0x7C00 and run it . and then the codes takes the control , right ?? so why we write [org 0x7C00] although this is determined by BIOS. i know that it may be stupid ques. but really that confueses me , plz if any one can explain this area extensivly ( until the loader runs kernel and kernel takes control) i'll be very thankfull.