Skip to content

Commit 0f9ae61

Browse files
author
Corbin Davenport
committed
Uploaded Cobalt 1.2
1 parent f5e201a commit 0f9ae61

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CDROOT/COBALT/BASE.ZIP

0 Bytes
Binary file not shown.

CDROOT/COBALT/SETUP.BAT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ echo.
169169
CHOICE.EXE > nul
170170
if errorlevel 2 goto cancel
171171
SUSCR.EXE /D " Cobalt OS 1.2 Setup " /M "Renaming existing DOS files..."
172+
ATTRIB.COM -H C:\AUTOEXEC.BAT
173+
ATTRIB.COM -H C:\CONFIG.SYS
172174
COPY C:\CONFIG.SYS C:\CONFIG.OLD
173175
COPY C:\AUTOEXEC.BAT C:\AUTOEXEC.OLD
174176
DEL C:\CONFIG.SYS

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ There are two main packages in the installer. The first, `BASE.ZIP`, contains th
3636

3737
---------------------------------------------------------
3838

39+
__New in Cobalt 1.2:__
40+
* VirtualBox is now officially suported
41+
* Windows 3.0, 3.1, and 3.11 for Workgroups is now officially supported
42+
* The installer has been greatly improved, and you can now repair existing Cobalt installations
43+
* Now uses JEMMEX as the memory manager instead of Emm386 and Himem, resulting in better performance and lower RAM usage
44+
* Now hides the AUTOEXEC and CONFIG files by default
45+
3946
__New in Cobalt 1.1:__
4047
* Most FreeDOS commands and programs are now available in Cobalt
4148
* Added support for upgrading from MS-DOS, FreeDOS, and other DOS-based operating systems

0 commit comments

Comments
 (0)