You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current buffer can be interrupted by pressing <kbd>F1</kbd>.
4
+
5
+
The shell keeps a history of all commands executed.<br>History can be browsed with the `history` command or <kbd>↑</kbd> and <kbd>↓</kbd> keys.
6
+
## Command return codes
7
+
*`0` > executed successfully
8
+
*`1` > "silent" return code - doesn't show the message
9
+
*`2` > returned general error (minor)
10
+
*`3` > returned critical error (could not recover)
- A bootable binary of HighlightOS<br>You can download one from [releases](https://github.com/adamperkowski/highlightos/releases) or you can [build it yourself](./building.html).
Make sure to replace `<your_binary_filename>.bin` with your downloaded/compiled binary name and make sure to replace `/dev/sdX` with your USB's actual partition number.<br>**Any data on it will be lost!**
24
+
25
+
You can choose the device to boot off of from your BIOS boot menu (accessible by pressing <kbd>F2</kbd>, <kbd>F8</kbd> or <kbd>F12</kbd> - depending on your motherboard).
26
+
27
+
**<ins>Double-check that your motherboard is capable of booting legacy media(s)</ins>, as HighlightOS is not UEFI-compatible yet.**
0 commit comments