Revision 868255810 of "DexOS" on enwiki

{{Infobox OS
| name                   = DexOS
| logo                   = 
| screenshot             = DexOS GUI.PNG
| developer              = Craig Bamford and the DexOS community
| source_model           = [[Open source]]
| kernel_type            = [[Monolithic kernel|Monolithic]]
| supported_platforms    = [[32-bit]] [[x86]] [[ARM architecture]]
| ui                     = [[Command line interface|CLI]], [[Graphical user interface|GUI]]
| family                 = 
| latest_release_version = 6.0
| latest_release_date    = {{Start date and age|2012|05|12|df=yes}}
| latest_test_version    = 
| latest_test_date       = 
| marketing_target       = 
| programmed_in          = [[assembly language]] ([[FASM]])
| prog_language          = [[assembly language]] (FASM)
| language               = [[English language|English]]
| updatemodel            = 
| package_manager        = 
| working_state          = 
| license                = 
| website                = {{url|dex-os.github.io}}
}}

'''DexOS''' is a [[32-bit]] [[operating system]] written in [[x86 assembly language|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 [[command (computing)|commands]] is supported by the DexOS Command Line.

{{div col|colwidth=9em}}
* [[cd (command)|CD]]
* [[cls (command)|CLS]]
* [[copy (command)|COPY]]
* [[date (command)|DATE]]
* [[del (command)|DEL]]
* [[dir (command)|DIR]]
* GUI
* [[help (command)|HELP]]
* [[mkdir|MD]]
* [[more (command)|MORE]]
* [[rmdir|RD]]
* [[ren (command)|REN]]
* RMF
* [[TIME (command)|TIME]]
* [[ver (command)|VER]]
{{div col end}}

== See also ==
* [[FreeDOS]]
* [[Flat Assembler|FASM]]
* [[KolibriOS]]

== References ==
{{Reflist}}

== External links ==
* [http://www.techradar.com/news/software/operating-systems/10-best-alternative-operating-systems-934484 10 best alternative operating systems]
* [http://royal.pingdom.com/2008/09/26/10-amazingly-alternative-operating-systems-and-what-they-could-mean-for-the-future/ 10 amazingly alternative operating systems and what they could mean for the future]
* [http://maketecheasier.com/dexos-the-tiny-toy-os-that-runs-like-a-game-console/2011/03/24 DexOS – The Tiny Toy OS That Runs Like a Game Console]
* [https://archive.org/search.php?query=subject%3A%22DexOS%22 DexOS on archive.org]

[[Category:Floppy disk-based operating systems]]
[[Category:Free software operating systems]]
[[Category:Software written primarily in assembly language]]