Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
Signed-off-by: taocheng <[email protected]>
  • Loading branch information
taocheng committed Apr 21, 2023
1 parent 6d869e4 commit cd93755
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
* seL4 helloworld demo

* build
#+begin_src shell
$ git clone https://github.com/ooops-t/seL4-demo.git
$ git submodule update --init
$ mkdir build
$ cd build/
$ ../init-build.sh -DPLATFORM=x86_64
$ ninja
$ ./simulate # use `ctrl-a x` to exit
#+end_src

0 comments on commit cd93755

Please sign in to comment.