- Type: Other
- Version: Other/Unknown, not 64bit
- Audio -> Audio controller: SoundBlaster 16
- Network -> Advanced -> Adapter type: Intel/PRO1000 MT Server
From: https://www.virtualbox.org/manual/ch09.html#idm7663
In host terminal:
VBoxManage setextradata "9front" "CustomVideoMode1" "1920x1080x32"
VMWare requires no special settings for installation and usage.
- Bootargs: defaults
- User: defaults
- vgasize: 1024x768x32 (might be able to get higher res during install, look into it)
- monitor: vesa
- mouseport: ps2intellimouse
% inst/start
- configfs
- File system: default
- partdisk
- Parition: sdC0, or whatever HDD identifier is
- mbr or gpt: mbr
- w
- q
- prepdisk
- Partition to subdivide: default
- w
- q
- mountfs
- Cwfs cache: default
- Cwfs worm: default
- Cwfs other: default
- Ream: yes
- configdist
- Distribution is from: local
- confignet
- Interface to use: ether
- Configuration method: dhcp
- mountdist
- Distribution disk: /
- Location of archives: /
- copydist
- ndbsetup
- sysname: something 1337 hacker
- tzsetup
- US_Eastern
- bootsetup
- FAT partition: default
- Install p9 mbr: yes
- Mark p9 partition active: yes
- finish
% @{rfork n; aux/realemu; aux/vga -m vesa -l 1920x1080x32}
To set resolution during boot:
% 9fs 9fat
% acme /n/9fat/plan9.ini
% reboot
And change vgasize
to 1920x1080x32
or whatever resolution you prefer.
mkdir -p /dist/replica/client
9fs sources
/n/sources/contrib/fgb/root/rc/bin/contrib/install -f fgb/contrib
Useful, thanks