Luca_S 8 Posted August 20, 2018 Share Posted August 20, 2018 This BIOS allows you to choose the boot device by either using the arrow keys or clicking/touching the monitor. When using the keyboard use Enter to boot, when using clicking/touching click an unselected entry to select it, click a selected entry to boot it. If there is only one bootable medium, that medium is autobooted. The default selected option is the last booted device. This supports booting from filesystems, using /init.lua as an entry point or from drives(HDDs or Floppys in unmanaged mode), by loading code from the first sector until the first \0 character appears as lua code. (From what I've seen unmanaged drives are mostly ignored in OC, which is kinda sad.) Screenshots: To install: (This file contains the code needed to flash the BIOS as well as the BIOS code itself, it will ask before flashing it to the EEPROM) pastebin run Cx4aTipt Totoro, krakodeel and Ta©ti Tac0Z 2 1 Quote Link to post Share on other sites
Piorjade 2 Posted August 21, 2018 Share Posted August 21, 2018 Looks nice dude! This might get useful to me when I try to make my own OS. P.S. It's nice to see users from CC on here Quote Link to post Share on other sites
Ta©ti Tac0Z 2 Posted August 21, 2018 Share Posted August 21, 2018 looks cool! i allways forget how EEPROMS and OS's works a bios seach for any filesystem that have the file /init.lua right? Quote Link to post Share on other sites
Luca_S 8 Posted August 21, 2018 Author Share Posted August 21, 2018 25 minutes ago, noahthegame said: i allways forget how EEPROMS and OS's works a bios seach for any filesystem that have the file /init.lua right? The default Lua bios boots by running init.lua on a filesystem. It first tries to boot from the filesystem which address is stored in the EEPROM data. If it can't find init.lua on that file system or init.lua code causes errors while being loaded it goes through all filesystems and boots the first one it can find with /init.lua on it Ta©ti Tac0Z 1 Quote Link to post Share on other sites
Ta©ti Tac0Z 2 Posted August 21, 2018 Share Posted August 21, 2018 ok thanks Quote Link to post Share on other sites
ProgrammingRules 0 Posted August 21, 2018 Share Posted August 21, 2018 I really want to turn off a computer with this running... Quote Link to post Share on other sites
Luca_S 8 Posted September 29, 2018 Author Share Posted September 29, 2018 On 8/21/2018 at 8:44 PM, ProgrammingRules said: I really want to turn off a computer with this running... Sorry for some reason I didn't get any notification of your reply. What are you using to shutdown your computer? Using the shutdown program of OpenOS works perfectly fine. Quote Link to post Share on other sites
Totoro 28 Posted October 1, 2018 Share Posted October 1, 2018 Really handy and neat looking tool. Took it for one of my projects (with the license included, of course). Quote Link to post Share on other sites