This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Dlcruz129's profile picture

Disable boot from disk?

Started by Dlcruz129, 02 November 2012 - 11:53 AM
Dlcruz129 #1
Posted 02 November 2012 - 12:53 PM
Hi,

Where is the coding for booting from a disk? Is it in LUA or is it hard-coded into the Java? I would like to make it so that you need a password to boot from a disk.
BigSHinyToys #2
Posted 02 November 2012 - 01:32 PM
boot priority is set in the BIOS.lua file you can change it but you have to edit that file and changes will apply to all computers.
Dlcruz129 #3
Posted 02 November 2012 - 02:25 PM
boot priority is set in the BIOS.lua file you can change it but you have to edit that file and changes will apply to all computers.

What if I were to simply type edit BIOS on a computer?
Sebra #4
Posted 03 November 2012 - 04:24 AM
You cannot write in rom.
Disk booting is in shell.
Cruor #5
Posted 04 November 2012 - 12:49 AM
boot priority is set in the BIOS.lua file you can change it but you have to edit that file and changes will apply to all computers.
IIRC its in shell? o_O