baremetal: all examples working, all failures accounted for!

SIMD&FP is now enabled in arm from bootloader.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-25 00:00:01 +00:00
parent 8825222579
commit add6eedb76
21 changed files with 181 additions and 90 deletions

1
userland/c/empty.c Normal file
View File

@@ -0,0 +1 @@
int main(void) {}

View File

@@ -9,7 +9,7 @@
int main(int argc, char **argv) {
int ret;
if (argc == 1) {
if (argc <= 1) {
ret = 1;
} else {
ret = strtoull(argv[1], NULL, 0);