Update README.md

master
Clyne 6 years ago committed by GitHub
parent 31d0e65c8a
commit 388fbf4bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,4 +17,13 @@ To build stmos, you'll need the following programs:
* openocd * openocd
* gdb (with multiarch support) * 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.)

Loading…
Cancel
Save