diff --git a/Makefile b/Makefile index 068c057..e3643eb 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ user-rust: -C relocation-model=static basename -s .rs src/bin/*.rs | xargs -I {} \ cp target/x86_64-moros/release/{} dsk/bin/{} - strip dsk/bin/* + #strip dsk/bin/* bin = target/x86_64-moros/release/bootimage-moros.bin img = disk.img diff --git a/doc/lisp.md b/doc/lisp.md index 4cd2f8a..4a46eaf 100644 --- a/doc/lisp.md +++ b/doc/lisp.md @@ -46,7 +46,7 @@ MOROS Lisp v0.1.0 > (+ 1 2) 3 -> (exit) +> (quit) ``` And it can execute a file. For example a file located in `/tmp/fibonacci.lsp` diff --git a/doc/shell.md b/doc/shell.md index f6ea106..bb689a6 100644 --- a/doc/shell.md +++ b/doc/shell.md @@ -1,15 +1,20 @@ # MOROS Shell +## Config + +The shell will read `/ini/shell.sh` during initialization to setup its +configuration. + ## Commands The main commands have a long name, a one-letter alias, and may have additional common aliases. -