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
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Neotron OS
2
2
3
-
This is the Neotron OS. It will run on any system which can execute ARM Thumb v7-M instructions, and has an implementation of the [Neotron BIOS](https://github.com/neotron-compute/Neotron-BIOS).
3
+
This is the Neotron OS. It will run on any system which has an implementation
4
+
of the [Neotron BIOS](https://github.com/neotron-compute/Neotron-Common-BIOS).
4
5
5
6
## Status
6
7
@@ -24,23 +25,30 @@ OpenOCD or some other programming tool running for your particular board. See
24
25
your BIOS instructions for more details.
25
26
26
27
We compile one version of Neotron OS, but we link it three times to produce
27
-
three binaries:
28
+
three different binaries:
28
29
29
30
*`flash0002` - is linked to run from address `0x0002_0000`
30
31
*`flash1002` - is linked to run from address `0x1002_0000`
31
32
*`flash0802` - is linked to run from address `0x0802_0000`
0 commit comments