Skip to content
/ edrdos Public

fork of the EDR-DOS kernel and command interpreter

License

Notifications You must be signed in to change notification settings

SvarDOS/edrdos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enhanced DR-DOS Kernel fork

Build instructions

Building the kernel is currently supported under a MS-DOS compatible operating system. The following tools are required:

To build DRBIO.SYS, DRDOS.SYS and COMMAND.COM, invoke wmake from within their sub-directories. The output files are written to the BIN directory of the component, like DRBIO\BIN\DRBIO.SYS.

You may consider using FreeCOM or another command interpreter like 4DOS or SvarCOM instead of COMMAND.COM.

Kernel installation

To install the kernel you may use a custom build of the FreeDOS SYS command, which is part of the FreeDOS Kernel repository. A pre-built binary is provided under the name DRSYS.COM with the binary releases on this site, along with more detailed installation instructions.