Changes between Version 3 and Version 4 of UsersGuide/QuickStart


Ignore:
Timestamp:
2014-12-18T16:18:25Z (9 years ago)
Author:
Jakub Jermář
Comment:

QEMU vs. Qemu, minor corrections

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/QuickStart

    v3 v4  
    22(A.k.a. get HelenOS up and running in 10 minutes)
    33
    4 This method is recommended for new users. We recommend to use '''Qemu''', which we use for our day to day testing. If you use another emulator, you need to be more careful.
     4This method is recommended for new users. We recommend to use '''QEMU''', which we use for our day to day testing. If you use another emulator, you need to be more careful.
    55
    6 == Running HelenOS in Qemu ==
     6== Running HelenOS in QEMU ==
    77
    8 To try out HelenOS in Qemu, download the latest '''IA-32''' ISO image from the [http://www.helenos.org/download download page]. Install [http://www.nongnu.org/qemu/ QEMU]. In the directory where you downloaded the ISO image run
     8To try out HelenOS in QEMU, download the latest '''IA-32''' ISO image from the [http://www.helenos.org/download download page]. Install [http://www.nongnu.org/qemu/ QEMU]. In the directory where you downloaded the ISO image run
    99{{{
    10 qemu -m 32 -cdrom image.iso
     10qemu-system-i386 -m 32 -cdrom image.iso
    1111}}}
    1212
     
    1717== Running HelenOS in another emulator ==
    1818
    19 You can also use a different emulator (Bochs, !VirtualBox, etc.). Make sure your emulator it is configured to emulate a Pentium 4 or later CPU. Otherwise HelenOS won't boot and it will display a red error message.
     19You can also use a different emulator (Bochs, !VirtualBox, etc.). Make sure your emulator is configured to emulate a Pentium 4 or later CPU. Otherwise HelenOS won't boot and it will display a red error message.
    2020
    2121'''Note:''' If you use a non-free emulator (that only runs in a non-free OS) and you run into trouble, we need not be able or willing to help you. Please use a free software emulator instead.