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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# \[Redacted\] Operating System
1
+
# \[REDACTED\] Operating System
2
2
3
3
## Summary
4
4
5
5
The \[REDACTED\] Operating System is a 64 bit operating system meant to run on ARM processors.
6
-
It can run entirely in QEMU, either in an entirely virtual machine using QEMU's `virt` board, or emulating a Raspberry Pi 4B.
6
+
It can run entirely in QEMU, either in an entirely virtual machine using QEMU's `virt` board, or emulating a Raspberry Pi 4B, it can also be installed on a Raspberry Pi (with limited support).
7
7
It also has preliminary support for the Raspberry Pi 5, and possibly 4B and 3B, though these last two are largely untested.
8
8
Its GUI is heavily inspired by video game consoles, and the OS is entirely controllable via keyboard (with future mouse and possibly gamepad support)
9
9
It has limited support for third party processes, currently limited to entirely self-contained programs. The `shared` library is provided for syscalls and common functions but it should be used as a static library embedded into the final executable `.elf` file.
0 commit comments