

rwxr-xr-x 1 user staff 287 Apr 19 20:17 run.sh rwxr-xr-x 1 user staff 195 Apr 18 20:22 install.sh The contents of you $HOME/HPPA/HPUX directory should have these files now -rw-r-r- 1 user staff 642865152 hp-ux-1of4.iso Make both the install.sh and run.sh executable (make sure qemu-system-hppa is in your $PATH)

Prepare the run.sh script to run the simulation qemu-system-hppa \ drive if=scsi,bus=0,index=6,file=disk.img,format=qcow2 \ Prepare the install.sh script to load the installation (graphical install ) qemu-system-hppa \ We create a 20GB qcow2 disk image to hold the HP-UX system $ qemu-img create -f qcow2 disk.img 20Gĭownload the ISOs (there are 4 ISOs to install HP-UX from and all are needed) wget '' Lets start by setting up the simulation environment on the Apple M1 for the HP-UX 11.11 and dedicate a working directory $HOME/HPPA/HPUX for the qcow2, ISOs and install/loader scripts
