All Projects → Cobalt-OS → Cobalt

Cobalt-OS / Cobalt

Licence: MIT License
Cobalt is a FreeDOS distribution designed to be light, simple and easy to use.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
assembly
5116 projects
perl
6916 projects
Makefile
30231 projects
Batchfile
5799 projects
shell
77523 projects

Projects that are alternatives of or similar to Cobalt

jSH
A Javascript scripting engine for DOS
Stars: ✭ 79 (-3.66%)
Mutual labels:  dos, ms-dos, freedos
FutureDOS
A futuristic DOS
Stars: ✭ 46 (-43.9%)
Mutual labels:  dos, operating-system, disk-operating-system
basicdos
A new 8086-based reimagining of PC DOS and BASIC
Stars: ✭ 72 (-12.2%)
Mutual labels:  dos, operating-system
Xv6 Book Chinese
MIT操作系统工程的教学操作系统Xv6的源码剖析中文翻译项目,使用ANSI标准C重新在riscv架构上实现Unix v6;
Stars: ✭ 223 (+171.95%)
Mutual labels:  virtualbox, operating-system
dd86
No longer maintained. See URL.
Stars: ✭ 36 (-56.1%)
Mutual labels:  dos, ms-dos
Customarch
Arch Linux Based Custom ISOs Made With "Archiso"
Stars: ✭ 606 (+639.02%)
Mutual labels:  virtualbox, operating-system
yosild
Yosild is a single shell script that builds a full, minimal Linux distribution based on BusyBox.
Stars: ✭ 97 (+18.29%)
Mutual labels:  virtualbox, operating-system
costa
The Costa Graphical User Interface for MS-DOS and compatible systems
Stars: ✭ 27 (-67.07%)
Mutual labels:  ms-dos
hit-oslab
网易云课堂李治军老师操作系统课实验报告
Stars: ✭ 34 (-58.54%)
Mutual labels:  operating-system
MandelbrotOS
A community driven OS by the youth
Stars: ✭ 172 (+109.76%)
Mutual labels:  operating-system
packer-templates
Packer templates for creating Amazon EC2 images, Proxmox templates and Vagrant boxes
Stars: ✭ 70 (-14.63%)
Mutual labels:  operating-system
io
Integrated Oberon -- with an overview of the project and a link to the documentation and the wiki
Stars: ✭ 20 (-75.61%)
Mutual labels:  operating-system
GENADEV OS
An AArch64 hobbyist OS for the Raspberry Pi 3 B+
Stars: ✭ 14 (-82.93%)
Mutual labels:  operating-system
xxdp
XXDP was, and remains, the PDP-11 diagnostic operating system. This project attempts to recover XXDP sources and documents.
Stars: ✭ 22 (-73.17%)
Mutual labels:  operating-system
Raven-Storm
Raven-Storm is a powerful DDoS toolkit for penetration tests, including attacks for several protocols written in python. Takedown many connections using several exotic and classic protocols.
Stars: ✭ 235 (+186.59%)
Mutual labels:  dos
hermit-playground
A playground to build C/C++/Go/Fortran applications on top of RustyHermit
Stars: ✭ 13 (-84.15%)
Mutual labels:  operating-system
appside
Multitenant environment automation.
Stars: ✭ 36 (-56.1%)
Mutual labels:  virtualbox
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-71.95%)
Mutual labels:  operating-system
glass2
Prototype HTML5 Desktop OS
Stars: ✭ 49 (-40.24%)
Mutual labels:  operating-system
New-Machine
Utilizing Vagrant, Packer, Chocolatey, and Boxstarter to Configure my Dev Machines
Stars: ✭ 26 (-68.29%)
Mutual labels:  virtualbox

Cobalt has moved to another repository.

Cobalt is a new operating system based on FreeDOS, designed to be easy to use. Unlike FreeDOS, Cobalt is designed for users with no previous DOS experience. Cobalt uses the FreeDOS 1.1 kernel, ensuring 100% compatibility with DOS programs and games.

Cobalt is still in development, so you might encounter bugs. It currently includes:

  • 4DOS 8.00 command shell
  • FAT12/16/32 file system support
  • Optional graphical file manager
  • Silent boot
  • Support for CD/DVD drives
  • Support for long file names

If you have an existing computer (or virtual machine) with a DOS-based operating system, Cobalt will allow you to 'upgrade' over the existing OS.

Cobalt is open source under the GPLv3 license.

Download Cobalt

Cobalt 1.2 is available to download here. Download the zip file, unzip it, and either burn the ISO to a disc or mount it in a virtual machine to run.

How to compile

Cobalt is easy to compile into a bootable .iso file. First, make sure you have the entire repo downloaded. If you are on Windows, just run the compile.bat file. If you are using Linux or Mac, run the compile.sh file. On Linux/Mac you may have to mark it as executable first, with chmod +x ./compile.sh. When it's done, it will create a cobalt.iso file within the main folder. Simply burn that image using any tool you like to a CD/DVD, or mount it into a virtual machine to try out Carbon.

Compiling Cobalt is only suppored on Windows, Linux (x86 only), and Mac. For any other platform, it will try using the binary at /usr/bin/mkisofs. Pre-compiled Carbon boot discs are also available in the Releases page, if you don't want to/can't compile it yourself.

How the boot disc works

On boot of the .iso image (or whatever media it was burned to), isolinux is loaded. It then mounts the floppy image located at cdroot/isolinux/BTDISK.IMG. The floppy image loads a base FreeDOS 1.1 system and enough drivers to mount the entire CD partition (the cdroot folder), sets it to the D:\ drive, and runs the AUTORUN.BAT file within cdroot.

There are two main packages in the installer. The first, BASE.ZIP, contains the base Cobalt OS without a desktop. The second package, DESKTOP.ZIP, includes the optional FreeDOS Shell package.


New in Cobalt 1.2:

  • VirtualBox is now officially supported
  • Windows 3.0, 3.1, and 3.11 for Workgroups is now officially supported
  • The installer has been greatly improved, and you can now repair existing Cobalt installations
  • Now uses JEMMEX as the memory manager instead of Emm386 and Himem, resulting in better performance and lower RAM usage
  • Now hides the AUTOEXEC and CONFIG files by default

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].