diff --git a/FreeDOS.md b/FreeDOS.md new file mode 100644 index 0000000..28a95fb --- /dev/null +++ b/FreeDOS.md @@ -0,0 +1,79 @@ +## FreeDOS Dillo Internet in VirtualBox 7.0 + +### Install VirtualBox 7.0 + +FreeDOS Internet works in VirtualBox 7.0. Internet does not work in VirtualBox 7.1. + +Downgrading: +``` +sudo apt remove virtualbox-7.1 + +sudo apt install virtualbox-7.0 +``` +### System +``` +Type: Other +Version: DOS +Base Memory: 32 MB +Processors: 1 CPU +Hard disk: 20 GB +Acceleration: Nested paging +``` +### Display +``` +Video Memory: 20 MB +Graphics Controller: VBoxVGA +``` +### Storage +``` +IDE Primary Device 0: FreeDOS.vdi (Normal, 20,00 GB) +IDE Primary Device 1: [Optical Drive] FD13LIVE.iso (400,14 MB) +IDE Secondary Device 0: [Optical Drive] FD13BNS.iso (633,70 MB) +``` +### Audio +``` +Host Driver: Default +Controller: SoundBlaster 16 +``` +### Network +``` +Adaper 1: PCnet-FASTIII (NAT) +``` +## Installing Internet + +``` +fdimples +``` +There install: +``` +Networking / [X] DILLO + +Networking / [X] FDNET +``` +Tab to OK + +After installing, reboot: +`` +reboot +``` +Starting Dillo webbrowser +``` +cd net + +cd dillo + +dillo +``` +### Shutdown +``` +shutdown +``` + + + + + + + + +