Improve core API:

- improve OS exit API
- improve VFS API
This commit is contained in:
lxsang
2021-10-12 21:58:57 +02:00
parent e6e727246d
commit c23cb1bfa8
6 changed files with 67 additions and 103 deletions

View File

@ -5,7 +5,7 @@ DOCDIR?=/opt/www/htdocs/doc/antos
BLUE=\033[1;34m
NC=\033[0m
VERSION=1.2.0
VERSION=1.2.1
GSED=sed
UNAME_S := $(shell uname -s)