Distribution de travail : Lubuntu 22.04
Lien : https://blog.tmm.cx/2022/06/11/running-windows-nt-4-mips-on-qemu-in-3-easy-steps/
util01@station40:~$ mkdir -p VIRTU/WINNT4MIPS
util01@station40:~$ cd VIRTU/WINNT4MIPS/
util01@station40:~/VIRTU/WINNT4MIPS$
util01@station40:~/VIRTU/WINNT4MIPS$ wget https://download.qemu.org/qemu-6.2.0.tar.bz2
util01@station40:~/VIRTU/WINNT4MIPS$ tar xvfj qemu-6.2.0.tar.bz2
util01@station40:~/VIRTU/WINNT4MIPS$ cd qemu-6.2.0/
util01@station40:~/VIRTU/WINNT4MIPS/qemu-6.2.0$
util01@station40:~/VIRTU/WINNT4MIPS/qemu-6.2.0$ ./configure --enable-virglrenderer --enable-opengl --enable-sdl --enable-sdl-image --enable-system --enable-modules --enable-libusb --enable-kvm --audio-drv-list=alsa --enable-slirp
util01@station40:~/VIRTU/WINNT4MIPS/qemu-6.2.0$ make -j4
util01@station40:~/VIRTU/WINNT4MIPS/qemu-6.2.0$ sudo make install
util01@station40:~/VIRTU/WINNT4MIPS/qemu-6.2.0$ cd ..
util01@station40:~/VIRTU/WINNT4MIPS$
util01@station40:~/VIRTU/WINNT4MIPS$ qemu-system-mips64el --version
QEMU emulator version 6.2.0
Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
util01@station40:~/VIRTU/WINNT4MIPS$ wget https://archive.org/download/MIPS-Magnum-ARC-firmware/setup.zip
util01@station40:~/VIRTU/WINNT4MIPS$ unzip setup.zip
Archive: setup.zip
inflating: ARCINST.EXE
inflating: CONFTEST.EXE
inflating: NTPROM.RAW
inflating: RISCOS.RAW
inflating: SETUP.EXE
inflating: README.1ST
util01@station40:~/VIRTU/WINNT4MIPS$
util01@station40:~/VIRTU/WINNT4MIPS$ wget -c https://archive.org/download/windows-nt40-mips/windows-nt40-mips.iso
util01@station40:~/VIRTU/WINNT4MIPS$ qemu-img create -f qcow2 nt4_server_mips.qcow2 4G
Formatting 'nt4_server_mips.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=4294967296 lazy_refcounts=off refcount_bits=16
util01@station40:~/VIRTU/WINNT4MIPS$
util01@station40:~/VIRTU/WINNT4MIPS$ qemu-system-mips64el -M magnum -m 128 -net nic -net user -global ds1225y.filename=nvram -bios NTPROM.RAW -hda nt4_server_mips.qcow2 -cdrom windows-nt40-mips.iso
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-