mirror of
https://github.com/wekan/wekan.git
synced 2026-01-20 08:16:11 +01:00
Created FreeDOS (markdown)
parent
da69554a98
commit
c5dcfd28e4
1 changed files with 79 additions and 0 deletions
79
FreeDOS.md
Normal file
79
FreeDOS.md
Normal file
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue