Skip to content

Commit

Permalink
docs: added navigation by OS and fixed formatting for windows-nt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMaxusa authored and copy committed Jan 6, 2025
1 parent a7281d2 commit 821a061
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/windows-nt.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

- [Windows NT 3.1](#windows-nt-31) / [3.51](#windows-nt-351) / [4.0](#windows-nt-40)
- [Windows 2000/XP](#windows-2000xp)
- [Windows Vista and newer](#windows-vista-and-newer)

------------------------
## Windows NT 3.1

### Installing using QEMU
Expand All @@ -6,7 +12,7 @@
2. Create 4 blank floppy disk images:

- run `qemu-img create -f raw floppy.img 1440K`
- mount and run `format C:` in a VM
- mount (`-fda floppy.img`) and run `format A:` in a VM

3. Run QEMU with the following settings for installation:

Expand Down Expand Up @@ -155,7 +161,7 @@ Enable ACPI and set the memory size to 512 MB or more.

### Enabling networking (ne2k)

Source: https://phaq.phunsites.net/2007/05/21/vista-on-xen-using-ne2000-in-favor-to-rtl8139/
*Source: https://phaq.phunsites.net/2007/05/21/vista-on-xen-using-ne2000-in-favor-to-rtl8139/*

1. Download https://phaq.phunsites.net/files/2007/05/drivercd.iso_.zip, unpack the archive, mount the ISO to the VM (`-cdrom path/to/drivercd.iso` or `change ide1-cd0 path/to/drivercd.iso` in QEMU Monitor), unpack the archive from CDROM into Windows.
2. Open Start Menu > "Control Panel" > "System" > "Device Manager"
Expand Down

0 comments on commit 821a061

Please sign in to comment.