init.sh: generate syscalls.h

This commit is contained in:
Giacomo Tesio 2016-11-25 15:00:10 +00:00
parent ffd4668a58
commit 8b70872352
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ if [ "$JEHANNE" = "" ]; then
exit 1
fi
# setup Jehanne's headers
usyscalls header $JEHANNE/sys/src/sysconf.json > $JEHANNE/arch/amd64/include/syscalls.h
#
# WELLCOME TO HELL ! ! !
#