Operating system development-the simplest bootsect (you can add code directly to it)

Source: Internet
Author: User

ORG 0x7c00; load this program to 0X7C00, because the BIOS will default from memory 0x7c00 to execute JMP os_entry[bits 16]os_entry:        //Here Add code times 510-($-$$) DB 0; Fill the remaining space so that the generated binary code is exactly 512 bytes db 0X55,0XAA; BIOS-approved End flag



That's what the code says, and the comments are clear. You can contact me if you have any other areas that you don't understand.

If you have any questions, you can contact me: email:[email protected]

If the reader friend also has the idea of developing the operating system, you can contact me.


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Operating system development-the simplest bootsect (you can add code directly to it)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.