Difference between revisions of "TurtleOS"
From ComputerCraft Wiki
(anh con may voi nhau coi di) |
(Undo revision 1825 by 37.59.80.67 (talk)) |
||
Line 1: | Line 1: | ||
− | + | [[File:8EPlc.png|400px|thumb|right|TurtleOS interface]] | |
+ | TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Console|consoles]] is that TurtleOS works with the new [[Turtle API]], which can be used to code turtles. | ||
+ | Its features include... | ||
+ | * Default; guaranteed to work across updates unlike the others. | ||
+ | * DOS style interface | ||
+ | * Only OS for turtles at time of writing | ||
+ | * Do It Yourself: letting you customize what you want on your Turtle. | ||
+ | [[Category:OSes]] |
Revision as of 15:59, 24 June 2012
TurtleOS is the default OS for turtles. The difference with the default OS for consoles is that TurtleOS works with the new Turtle API, which can be used to code turtles. Its features include...
- Default; guaranteed to work across updates unlike the others.
- DOS style interface
- Only OS for turtles at time of writing
- Do It Yourself: letting you customize what you want on your Turtle.