OS Design
Posted: Mon Mar 03, 2003 11:09 am
Hi Alll
Can you please give me links for some good OS development tutorials ? I have done lot of googling but the problem is nothing is clear to me.
One can find a large material on how to get started thats how to make bootsector and stuff ,but what do i do after that ?? I mean , i know that after BIOS finds the boot sector (on floopy) it reads first sector off the disk into 0:7C00H , the problem is then what do i do ? Then do i write more assembly to transfer control to a specific address and put my C code in that address ? or do i put my C code at 0:7C00H ?
Kindly help me.
Saket....
Can you please give me links for some good OS development tutorials ? I have done lot of googling but the problem is nothing is clear to me.
One can find a large material on how to get started thats how to make bootsector and stuff ,but what do i do after that ?? I mean , i know that after BIOS finds the boot sector (on floopy) it reads first sector off the disk into 0:7C00H , the problem is then what do i do ? Then do i write more assembly to transfer control to a specific address and put my C code in that address ? or do i put my C code at 0:7C00H ?
Kindly help me.
Saket....