CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2009
    Posts
    9

    Boot loader Creation

    I would like to take a dive deep into the lower levels of the computer and would like to write a boot loader. After looking at some articles online, they mention using a floppy. Do I have to use a floppy to test my boot loader? or can I use flash drive or anything like that?

    Also, could anyone point me in the right direction on where to start? I've found procedures after everything is set up, I just want to know how to set a test machine up and everything to test it.

    Thanks.

  2. #2
    Join Date
    Dec 2008
    Posts
    27

    Re: Boot loader Creation

    you can test it using Microsoft's virtual PC. you can download it for free here http://www.microsoft.com/downloads/d...displaylang=en

  3. #3
    Join Date
    Feb 2009
    Posts
    9

    Re: Boot loader Creation

    Quote Originally Posted by twistedmike View Post
    you can test it using Microsoft's virtual PC. you can download it for free here http://www.microsoft.com/downloads/d...displaylang=en
    Yea I would like using a Virtual Machine. How would I got setting that up to use a custom bootloader? Thanks for the reply.

  4. #4
    Join Date
    Feb 2009
    Posts
    9

    Re: Boot loader Creation

    Anyone?

  5. #5
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Boot loader Creation

    You create one, then put it on a CD, floppy, or even LAN. Start the VPC Session, and it turns on with the BIOS screen, and boots where you tell it
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  6. #6
    Join Date
    Feb 2009
    Posts
    9

    Re: Boot loader Creation

    Quote Originally Posted by dglienna View Post
    You create one, then put it on a CD, floppy, or even LAN. Start the VPC Session, and it turns on with the BIOS screen, and boots where you tell it
    Ah, yea that makes sense. Sorry. Since I would rather not use a floppy how would I use some other form of media to put it on?

    Thanks for the help.

  7. #7
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Boot loader Creation

    You select the boot device, and then ctrl-alt-del from the menu. (among other options)

    http://www.microsoft.com/windows/pro...c/default.mspx
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  8. #8
    Join Date
    Feb 2009
    Posts
    9

    Re: Boot loader Creation

    Quote Originally Posted by dglienna View Post
    You select the boot device, and then ctrl-alt-del from the menu. (among other options)

    http://www.microsoft.com/windows/pro...c/default.mspx
    I meant how do I create the bootloader on a different media than a floppy disk? I would rather not use floppy because I don't have a floppy drive and don't feel link installing one.

  9. #9
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Boot loader Creation

    It boots off a bootable CD as well as a LAN-boot. You can even modify the boot device while the VPC is running, and then hit Ctrl-Alt-Del
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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