Results 1 to 2 of 2

Thread: Boot Process

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    28

    Post Boot Process

    After reading a few of those posts by Knight Vision I decided to write myself a boot loader - so here it is! If anyone else has done the same thing and has smaller functions, post them up here.

    Written for NASM
    boots from a:
    works on BOCHS for win32

    It basically loads the Root Directory, finds "COMMAND COM", loads it from the FAT12, executes it, then prints "finished" and hangs. COMMAND.COM prints a nice colourful "Hello World!"

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Jun 2000
    Posts
    28
    Oops, forgot the include file. Internet Explorer munches my text files for some reason, so to view them, open in a new window and View Source.
    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