Skip to content

Commit 7a0fe9c

Browse files
committed
Add status.
1 parent 8f42b7e commit 7a0fe9c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Neotron OS
22

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.
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).
4+
5+
## Status
6+
7+
This OS is a work in progress. We intend to support:
8+
9+
* [ ] Text mode console (on both text and bitmap displays)
10+
* [ ] Starting a command-line shell application
11+
* [ ] Executing applications from RAM
12+
* [ ] MBR/FAT32 formatted block devices with standard open/close/read/write file semantics
13+
* [ ] Basic networking
14+
* [ ] Music playback
15+
* [ ] Various keyboard layouts
416

0 commit comments

Comments
 (0)