- remap alt, ctrl
- limit print queue
Sequence of pages:
login -> boot -> drive select -> download seq -> completion -> login
|
-> lockdown -> login
- Game passcode: 86426
- Default passcode: 5435
Package references:
images are 640px wide, in photoshop quality 8, 3 scans progressive compressed.
The program is tested with Lubuntu 24 on an Athlon 64 x2 with 2gb of ram. The program requires a Amd64 system and PATA interface for floppy drives
required hardvare:
- floppy drive
- printer
- for the latest packages, update and upgrade the system
sudo apt update && sudo apt upgrade -y- Clone the repository after installing git:
git clone https://path-to-code- To update to latest code:
cd project-directory
git pull- Install latest Node.js using Node Version Manager (nvm) as described on the Node.js website. the project was tested with Node version 24
- Mount the floppy manually
sudo mkdir /mnt/floppy
sudo mount /dev/fd0 /mnt/floppy
- To mount without root privileges, add this line to
/etc/fstab:
/dev/fd0 /mnt/floppy vfat noauto,user,rw 0 0
Note: vfat filesystem is used as it has no permission control and can be read by DOS.
- Load the kernel module if not loaded at boot and test with:
sudo modprobe pcspkr
beep -f 200if blocked, check what config blocks it and comment it out
grep -r pcspkr /etc/modprobe.d/- To load kernel module on boot:
- Create/edit
/etc/modules-load.d/pcspkr.conf - Add this line:
pcspkr - Reboot
- Create/edit
TODO
TODO
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
startx
ficopy over the content of user.js to disable all popups
mkdir -p ~/.mozilla/firefox/default-profile
nano ~/.mozilla/firefox/default-profile/user.js