Difference between revisions of "CraftOS"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
CraftOS is the default ComputerCraft OS. It has a DOS style interface, where you use ls to view programs, cd to move through directories, and type the name of a program to run it.
+
[[File:2012-01-30_23.02.52.png|frame|right|CraftOS's interface.]]CraftOS is the default ComputerCraft OS. It has a DOS style interface, where you use ls to view programs, cd to move through directories, and type the name of a program to run it.
  
 
Its features include...
 
Its features include...

Revision as of 05:03, 31 January 2012

CraftOS's interface.
CraftOS is the default ComputerCraft OS. It has a DOS style interface, where you use ls to view programs, cd to move through directories, and type the name of a program to run it.

Its features include...

  • DOS style interface
  • Default; guaranteed to work unlike the others which may break with ComputerCraft updates
  • Do-It-Yourself, allowing you to customize what you want on your OS