LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Another n00b Q (https://www.linuxquestions.org/questions/linux-newbie-8/another-n00b-q-112424/)

O_o 11-04-2003 05:52 PM

Another n00b Q
 
At our school, we use redhat 9. But when we want to use windows, we can click on the start menu, click on 'run program', and type in windows, and windows will load up as usual. This is my first time trying to set up linux at home, and I want to do something similar to this?

Any help is appreciated

Peacedog 11-04-2003 06:37 PM

are you just trying to dual boot? if not, i'd suggest talking to someone at the school in the IT dept. about their setup.

Tinkster 11-04-2003 07:53 PM

There's two possiblities :) I can think
of off the top of my head.

a) windows is just a bash script that
may look like this
~~~~~~~~
#!/bin/bash
lilo -R windows
reboot
~~~~~~~~


b) windows is just a bash script that
starts a Full-Screen vmware session :)

Does the machine at school perform a
physical reset when you shut-down
windows?

Cheers,
Tink

mossy 11-04-2003 08:14 PM

yes they may have set windows to run in a vmware type app or in some type of UML.

See here for UML:

http://www-106.ibm.com/developerwork...xw16BootFaster

Also a possibility could be that they are using wine to run it.


All times are GMT -5. The time now is 11:42 PM.