Sunday, November 14, 2010

How to make an os bootable in vb 2008?

ok, so in vb 2008 im kinda making an os shell and i wanted to make it boot on startup. How to do this or codes please?How to make an os bootable in vb 2008?
It is not an easy thing to make your own operating system. At bootup, an O/S must scan your hardware configuration, identify your video card, for example, and load the drivers for everything. Look at MS-DOS and Damn Small Linux (sic) as examples of some of the less complicated O/S's. Maybe you could re-write your shell to work under one of those, or something else. Or you might check out this link: http://www.acm.uiuc.edu/sigops/roll_your鈥?/a>How to make an os bootable in vb 2008?
VB will not provide you the requirements to develop or implement a bootable system.



If you just want your program to open on startup, place it in your startup folder.



Otherwise, if you really want to make something bootable, note that the bootstrap can only be coded in Assembler (or machine language) and that really advanced low level programming skills will be required.

No comments:

Post a Comment