CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 20

Threaded View

  1. #1
    Join Date
    Jun 2007
    Location
    MA-USA
    Posts
    247

    Wink Writing My Own Operating System

    Hello Assembly Guru's!

    I am teaching myself assembly and needed a good project to stay motivated while learning to use it.

    So what i have done here is pieced together my own bootstrapper and operating system from different ideas i have seen on the internet.

    This booter loads from a floppy disk (FAT12) and runs in 16 bit real mode.

    I have written some basic input/output handler routines also.

    I would like you to download my code and have a look see.

    Any ideas or comments about what i have so far would be greatly appreciated.

    Theres enough stuff in this attatchment to get it all working on your system.

    If you have any questions, just leave a reply and i will answer them.

    Ok, thanks and happy coding...
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured