summaryrefslogtreecommitdiff
path: root/hurd/running/qemu/microsoft_windows.mdwn
blob: 736adf62e5c81e7cdc1e53ea482cb76e70d97e8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[[meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]]

[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl]]."]]"""]]

Welcome, This document is for getting you started in a few minutes.

1. Install Qemu for Windows

    The executable can be downloaded from
    <http://free.oszoo.org/ftp/qemu/win32/release/> Doble click on the
    installer and follow the instructions.

2. Obtain Qemu image 

    * Debian GNU/Hurd qemu image can be downloaded from
        <http://www.numenor.art.pl/balrog/hurd/>, but also see the main
        [[QEMU]] page.
    * Uncompress the image and rename it to debian-hurd-for-qemu.img (.img is
        the only thing that matters, you can chose any name) Note: .img is for
        QEMUMenu.bat, which saves you from remembering the command line options
        of qemu and helps you change the settings (like chosing different
        images, allocating RAM for the guest OS ...) interactivly.
    * Copy this file to the directory where you installed Qemu.

3. Start Qemu

    Double click the QEMUMenu.bat and enter the number to chose between images.

4. Qemu short cuts

    * ctrl alt - to exit grab from qemu, get mouse cursor out from the qemu
        window
    * ctrl alt f - full screen
    * ctrl alt 2 - qemu contrl console, use this to change devices
        (eg. changing cdrom), send keys to the guest (for example if you want
        to send ctrl alt del to the guest type "sendkey ctrl-alt-del" ... type
        "help" for a listing of all the options.
    * ctrl alt 1 - Hurd login console

## QEmu Image Hangs on Boot
The Debian GNU/Hurd K16 QEmu image hangs during the boot process. You may have better luck by converting the image to qcow format

    ..\qemu-0.9.0-x86\qemu-img.exe convert debian-hurd-k16-qemu.img -O
    qcow debian-hurd-k16-qemu.qcow
    ..\qemu-0.9.0-x86\qemu.exe -L ..\qemu-0.9.0-x86 -m 512 -hda
    debian-hurd-k16-qemu.qcow -localtime -M pc