OS Design

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
Saket

OS Design

Post by Saket »

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....
Therx

Re:OS Design

Post by Therx »

Post Reply