Software:DexOS

From HandWiki
DexOS
DexOS GUI.PNG
DeveloperCraig Bamford and the DexOS community
Written inAssembly language (FASM)
Source modelOpen source
|Final release|Latest release}}6.0 / 12 May 2012; 11 years ago (2012-05-12)
Repositorygithub.com/dex-os/DexOS
Available inEnglish
Platforms32-bit x86 ARM architecture
Kernel typeMonolithic
Default user interfaceCLI, GUI
Official websitedex-os.github.io

DexOS is a 32-bit operating system written in x86 assembly. It is designed for coders that want direct access to all hardware (including CPU and graphics), with well-commented code and documentation. It's licensed under a free to use license for commercial and non-commercial use. It is written and maintained by Craig Bamford and other voluntary developers from around the world.

Modes

DexOS has two modes for interaction: the graphical user interface GUI or the command line interface, both of which are available to user from boot.

Programs

As of version 5.0, DexOS has: a FASM port, text editor, image viewer, full TCP/IP stack, many games, a web server and support for some sound and ethernet cards, and other programs.

Commands

The following list of commands is supported by the DexOS Command Line.



See also

References

External links