Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
item:eeprom [2016/01/15 11:08]
mariuszpl5400
item:eeprom [2018/03/17 13:50]
maxr1998 [EEPROM] Fix a typo
Line 5: Line 5:
 **Provides:​** [[component:​eeprom|EEPROM]] component. **Provides:​** [[component:​eeprom|EEPROM]] component.
  
-The EEPROM stores up to 4KiB of plain binary data and is used by an architecture to boot a computer. For example, the Lua architecture expects this to contain a script that is run as the frist thing when the computer is powered up. The default Lua BIOS (which can be crafted) will look for file systems containing an `init.lua` file and run that. Custom BIOSes could be written that boot off of network devices, for example.+The EEPROM stores up to 4KiB of plain binary data and is used by an architecture to boot a computer. For example, the Lua architecture expects this to contain a script that is run as the first thing when the computer is powered up. The default Lua BIOS (which can be crafted) will look for file systems containing an `init.lua` file and run that. Custom BIOSes could be written that boot off of network devices, for example.
  
 The EEPROM is crafted using the following recipe: The EEPROM is crafted using the following recipe:
Line 18: Line 18:
 The EEPROM (Lua BIOS) is crafted using the following recipe: The EEPROM (Lua BIOS) is crafted using the following recipe:
   * 1 x EEPROM   * 1 x EEPROM
-  * 1 x OpenComputers Manual+  * 1 x [[item:​manual|OpenComputers Manual]]
  
 Contents Contents
 ----------- -----------
 {{page>​item:​contents&​noheader&​noeditbutton&​nouser&​nofooter}} {{page>​item:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}