]> code.bitgloo.com Git - clyne/stmos.git/commitdiff
Update README.md
authorclyne <clyne@bitgloo.com>
Sun, 2 Dec 2018 20:03:13 +0000 (15:03 -0500)
committerGitHub <noreply@github.com>
Sun, 2 Dec 2018 20:03:13 +0000 (15:03 -0500)
README.md

index 35e19215674bb64734877df38198bf30a528b873..7811c510a5daa3407178f76a65c88824f6ebefc4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.)