]> xenbits.xensource.com Git - unikraft/libs/duktape.git/commit
Provide main(), jump into interactive mode. RELEASE-0.4 RELEASE-0.5
authorFelipe Huici <felipe.huici@neclab.eu>
Wed, 12 Feb 2020 13:54:22 +0000 (14:54 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 13 Feb 2020 09:37:41 +0000 (10:37 +0100)
commit8b11d7afbd5a2a0e42098117e7922129f6e15c4a
tree19706f1bfb34c5b77c76aa8c62ae6c00cbf661ed
parent36f80e9ea3f7b07af766915a50220f39c9fea4ed
Provide main(), jump into interactive mode.

Add the ability for the duktape library to provide a main() so that
the application doesn't have to (selectable from the menu). In
addition, duktape now goes straight into interactive mode; previosuly
it was assuming that the --append parameter was a file name to be
read and executed, which was broken. At some point we should add
initrd support to this port.

Signed-off-by: Felipe Huici <felipe.huici@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.keunzer@neclab.eu>
Config.uk
Makefile.uk
glue.c [new file with mode: 0644]
patches/0001-jump-into-interactive-mode.patch [new file with mode: 0644]
patches/0001-rename-main-function.patch [deleted file]