search for: bfb8e3a

Displaying 2 results from an estimated 2 matches for "bfb8e3a".

Did you mean: bf51e3a
2009 Feb 04
2
lua assist
...9925 | milleune at inertia:~/syslinux-lua-stappers/com32/lua | $ git diff ../Makefile | milleune at inertia:~/syslinux-lua-stappers/com32/lua | $ assist/modimf | milleune at inertia:~/syslinux-lua-stappers/com32/lua | $ git diff ../Makefile | diff --git a/com32/Makefile b/com32/Makefile | index bfb8e3a..5d1ff44 100644 | --- a/com32/Makefile | +++ b/com32/Makefile | @@ -1,4 +1,4 @@ | -SUBDIRS = lib libutil modules menu samples | +SUBDIRS = lib libutil modules menu samples lua/src | | all tidy dist clean spotless install: | set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done | milleu...
2009 Feb 15
2
COM32 module: Read-Only shell
...ctory\n ls <dir>\n\ + ALSO dir\n\ + more Page a file\n\ + pwd display Present Working Directory\n\ + run Run a program/kernel with options\n\ + exit Exit to previous environment\n ALSO quit"; + +#endif /* Not ROSH_H */ diff --git a/com32/Makefile b/com32/Makefile index bfb8e3a..a14c5b3 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = lib libutil modules menu samples +SUBDIRS = lib libutil modules menu samples rosh all tidy dist clean spotless install: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done