/VH-DOS

Simple DOS-like operating system in FASM

Primary LanguageAssemblyThe UnlicenseUnlicense

VH-DOS the operating system

The development process is frozen due to low people interest to help with it.

GitHub commit activity GitHub GitHub code size in bytes

Description Table

Type Description
Version 0.1.4
Dialect Flat Assembler
Building OS
  • Microsoft® Windows® 2000 and newer
  • POSIX system after 2014

System Requirements

System component Minimum
BIOS IBM PC/AT-compatible with BIOS. (U)EFI is not supported.
CPU 80186
FPU not required
Video adapter MDA
Hard disk capacity 4 kibibytes
PC Speaker not required

Building

Microsoft Windows

makefile.bat

Linux, MacOS

make
# or
make all

To install the required packages (just fasm), run the following command:

make install

To check that the OS is compiled or had compiled successfully, run the following command:

make check