summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 736a822)
raw | patch | inline | side by side (parent: 736a822)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 3 Oct 2015 10:42:05 +0000 (17:42 +0700) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 3 Oct 2015 10:42:05 +0000 (17:42 +0700) |
examples/console/System/Mod/Init.odc | patch | blob | history | |
examples/console/runc | patch | blob | history |
index e6cf2db0d4511d3f96edbf35fedc4b0c5d48ebd5..f32fe066e78bb32d80528145e7333e14569cbaf6 100644 (file)
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ
Binary files a/examples/console/System/Mod/Init.odc and b/examples/console/System/Mod/Init.odc differ
diff --git a/examples/console/runc b/examples/console/runc
index 5bc3efc9a07b3f2a6b0419aa49fc025c0e1a229f..d79b6dcdd6163f125e6cf7208646721cf7c86364 100755 (executable)
--- a/examples/console/runc
+++ b/examples/console/runc
#!/bin/sh
env \
- BB_PRIMARY_DIR="../../BlackBox" BB_SECONDARY_DIR="$PWD" \
-../../BlackBox/blackboxc $@
+ BB_PRIMARY_DIR="../../Linux_Interp" BB_SECONDARY_DIR="$PWD" \
+../../Linux_Interp/blackboxc $@