diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-26 22:56:44 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-26 22:56:44 -0800 |
commit | 03708aa5a3d45abad8776bb50fc20f2994e4dbbf (patch) | |
tree | c516c9ecf0b24c73e56849050495b28c8ff63a5a /baremetal | |
parent | 6f3f8148399abdba78c7fb1e8a2b635af67215ff (diff) | |
download | mu-03708aa5a3d45abad8776bb50fc20f2994e4dbbf.tar.gz |
7419
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baremetal/README.md b/baremetal/README.md index e87cd74c..6e47fd96 100644 --- a/baremetal/README.md +++ b/baremetal/README.md @@ -1,5 +1,6 @@ Some apps written in SubX and Mu. Where the rest of this repo relies on a few Linux syscalls, the apps in this subdirectory interface directly with hardware. +We still need the top-level and apps to build them. I'd like to eventually test these programs on real hardware, and to that end they are extremely parsimonious in the hardware they assume: |