mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
baremetal: all examples working, all failures accounted for!
SIMD&FP is now enabled in arm from bootloader.
This commit is contained in:
1
userland/c/empty.c
Normal file
1
userland/c/empty.c
Normal file
@@ -0,0 +1 @@
|
||||
int main(void) {}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user