Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
tutorial:oc1_basic_computer [2014/07/13 13:51]
sangar created
tutorial:oc1_basic_computer [2015/01/14 23:40]
127.0.0.1 external edit
Line 1: Line 1:
 +OC Tutorial: Basic Computer
 +=======================
 This tutorial will demonstrate how to build a simple computer. This tutorial will demonstrate how to build a simple computer.
  
Line 5: Line 7:
 **Important**:​ as of 1.2.2 it is *no longer necessary* to have a power converter in such a setup. Computer cases and server racks can also *directly* accept power since that version. **Important**:​ as of 1.2.2 it is *no longer necessary* to have a power converter in such a setup. Computer cases and server racks can also *directly* accept power since that version.
  
-![Items](http://​i.imgur.com/​CErHpCu.png)+{{http://​i.imgur.com/​CErHpCu.png?700}}
  
 Now place them like in this image: Now place them like in this image:
-![Placement](http://​i.imgur.com/​fcWUzZY.png)+ 
 +{{http://​i.imgur.com/​fcWUzZY.png?700x}} 
 Note that you can actually place them in any configuration you wish, as long as the blocks are next to each other. Note that you can actually place them in any configuration you wish, as long as the blocks are next to each other.
  
Line 14: Line 18:
  
 Now open the inventory of the Basic Case you just placed and insert the graphics card, CPU and the RAM into it: Now open the inventory of the Basic Case you just placed and insert the graphics card, CPU and the RAM into it:
-![Inventory](http://​i.imgur.com/​LiSsEpZ.png)+ 
 +{{http://​i.imgur.com/​LiSsEpZ.png?700x}}
  
 After you've done that, press the power button (the big button in the middle of the GUI). And that's it, you *should* have a running computer! After you've done that, press the power button (the big button in the middle of the GUI). And that's it, you *should* have a running computer!
  
 **Important** As of OC 1.3 you will also need to craft an OpenOS floppy as the operating system is not installed by default, for the first two tiers you will need to craft a [[block:​disk_drive|Disk Drive]]. You may also want a [[item:​hdd|HardDrive]] to install OpenOS on, to allow writing to any directory (including root) and edit files in OpenOS. **Important** As of OC 1.3 you will also need to craft an OpenOS floppy as the operating system is not installed by default, for the first two tiers you will need to craft a [[block:​disk_drive|Disk Drive]]. You may also want a [[item:​hdd|HardDrive]] to install OpenOS on, to allow writing to any directory (including root) and edit files in OpenOS.
-![Terminal](http://​i.imgur.com/​qWXliN8.png)+ 
 +{{http://​i.imgur.com/​qWXliN8.png?700x}}
  
 The most direct (but in the long run suboptimal) way of playing around with it is via the Lua interpreter. Type `lua` and hit enter to open it. When you're done, press `Ctrl`+`C` to quit it (or `Ctrl`+`D` if the prompt is empty). Another useful key combination is `Ctrl`+`Alt`+`C`,​ which lets you break out of sleeps. For example, if you started something like `while true do os.sleep(1) end`, that's the key combination that'​ll break that loop. Alternatively just turn it off and on again. The most direct (but in the long run suboptimal) way of playing around with it is via the Lua interpreter. Type `lua` and hit enter to open it. When you're done, press `Ctrl`+`C` to quit it (or `Ctrl`+`D` if the prompt is empty). Another useful key combination is `Ctrl`+`Alt`+`C`,​ which lets you break out of sleeps. For example, if you started something like `while true do os.sleep(1) end`, that's the key combination that'​ll break that loop. Alternatively just turn it off and on again.
-![Lua](http://​i.imgur.com/​mnf2I2Y.png)+ 
 +{{http://​i.imgur.com/​mnf2I2Y.png?700x}}
  
 **Next up: [[tutorial:​oc2_writing_code|writing programs]].** **Next up: [[tutorial:​oc2_writing_code|writing programs]].**
 +
 +Contents
 +------------
 +{{page>​tutorial:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}