Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

VirtualBox networking support #4

Open
corbindavenport opened this issue Jan 8, 2022 · 2 comments
Open

VirtualBox networking support #4

corbindavenport opened this issue Jan 8, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@corbindavenport
Copy link
Owner

corbindavenport commented Jan 8, 2022

The old Cobalt OS used PCICFG.EXE to detect VirtualBox during installation, and added a text file to the C drive as a variable: RBPCI\PCICFG.EXE -t *|FIND.EXE "DeviceID BEEF" > nul

Then it initialized an internet connection in AUTOEXEC.BAT:

if exist \SYSTEM\VBOX.TXT goto vbox

...

:vbox
LH \SYSTEM\BIN\PCNTPK INT=0x60
SET MTCPCFG=\SYSTEM\NET\MTCPCFG.TXT
LH \SYSTEM\BIN\DHCP
if exist \WINDOWS\SYSTEM\DOSX.EXE goto windowsinfo
if exist \SYSTEM\DOSSHELL.EXE goto desktop
goto end
@corbindavenport corbindavenport added the enhancement New feature or request label Jan 8, 2022
@corbindavenport corbindavenport self-assigned this Jan 8, 2022
@corbindavenport
Copy link
Owner Author

@corbindavenport
Copy link
Owner Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant