diff options
author | clyne <clyne@bitgloo.com> | 2018-12-02 15:03:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-02 15:03:13 -0500 |
commit | 388fbf4bd247e6bbe06940ce04ceea6f4d4ea2a6 (patch) | |
tree | 15d77bebad9349a688e9e4df323a905541854046 | |
parent | 31d0e65c8a5567dcdcc5b660e0c0278808782593 (diff) |
Update README.md
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -17,4 +17,13 @@ To build stmos, you'll need the following programs: * openocd * gdb (with multiarch support) -To compile stmos simply run ```make``` (-j option supported). To upload, use ```run.sh``` to start openocd/gdb; do ```lo``` to load stmos, and ```c``` to run it. +To compile stmos simply run ```make``` (-j option supported). To upload, use ```run.sh``` to start openocd/gdb; do ```lo``` to load stmos, and ```c``` to run it. + +### notes +Only the initrd works right now in regards to filesystem access. Files in the folder ```src/initrd/files``` are put into the initrd. C source files in ```src/initrd``` are compiled with libgpio, placing the program in ```src/initrd/files```. + +What's next for stmos? +* SD card support +* Display support (ILI....) +* Script program support (a shell like sash, maybe lua) +* More ELF work (better execve, signals?, etc.) |