Elektrine lite

← Feed

@hikari@social.noyu.me

Post #3702256

2026-07-09 19:33 UTC

hey guys what's up

Replies (1)

  • @hikari@social.noyu.me 2026-07-09 19:49

    getting Windows 2000 to install in QEMU took some trial and error, we eventually landed on this: dd if=/dev/zero of=hda.img bs=$((1024*1024)) count=2048 qemu-system-i386 -drive file=hda.img,format=raw -cdrom win2k.iso -cpu 486 -m 128 -machine acpi=off -nic none

    Open ##3702255