Thread: difference

  1. #1
    srinu
    Guest

    Lightbulb difference

    hello everybody

    what will happen when we switch on the CPU?

    and other thing, basically in our systems support both MS-DOS and Windows operating systems.

    in that case which one will be loaded first and why

    pls explain me in detail

    bye
    thanx

    srinu

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    what will happen when we switch on the CPU?
    What?

    and other thing, basically in our systems support both MS-DOS and Windows operating systems.

    in that case which one will be loaded first and why
    Hrmm? MS-DOS doesn't *really* exist in newer versions of windows, so what do you mean? In 9x the Windows GUI is basically running on top of DOS, so your questions doesn't make alot of sense..

  3. #3
    Registered User
    Join Date
    Dec 2002
    Posts
    16

    Cool Dual booting

    Which every OS has it's code in the Master Boot record will be loaded when the system starts. There are programs like System Commander that will allow you to load many different OS's and when you start your computer, it asks you which one you want to boot. This is called Dual Booting or Multiple Booting.

    You can also load new OS's inside Virtual Machines with programs like VMWare. This is my choice as a developer, since you don't have to reboot to test code on other platforms. Plus, if you code takes the system down, it will only kill the Virtual Machine and not your development platform.

    Hope this answers your questions

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Review required for program of date difference
    By chottachatri in forum C Programming
    Replies: 6
    Last Post: 10-31-2008, 11:46 AM
  2. Difference Equations / Recurrence Relations
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-05-2007, 10:26 AM
  3. What's the difference between var++ and ++var
    By ulillillia in forum C Programming
    Replies: 6
    Last Post: 05-31-2007, 02:27 AM
  4. how to get difference of digits
    By Leeman_s in forum C++ Programming
    Replies: 5
    Last Post: 12-20-2001, 08:32 PM
  5. What is the Difference between ANSI C and non-ANSI C ?
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 11-24-2001, 06:55 AM