Changes between Version 3 and Version 4 of UsersGuide/QuickStart
- Timestamp:
- 2014-12-18T16:18:25Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/QuickStart
v3 v4 2 2 (A.k.a. get HelenOS up and running in 10 minutes) 3 3 4 This method is recommended for new users. We recommend to use '''Q emu''', which we use for our day to day testing. If you use another emulator, you need to be more careful.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. 5 5 6 == Running HelenOS in Q emu==6 == Running HelenOS in QEMU == 7 7 8 To try out HelenOS in Q emu, 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 run8 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 9 9 {{{ 10 qemu -m 32 -cdrom image.iso10 qemu-system-i386 -m 32 -cdrom image.iso 11 11 }}} 12 12 … … 17 17 == Running HelenOS in another emulator == 18 18 19 You can also use a different emulator (Bochs, !VirtualBox, etc.). Make sure your emulator i t is configured to emulate a Pentium 4 or later CPU. Otherwise HelenOS won't boot and it will display a red error message.19 You 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. 20 20 21 21 '''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.