mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
baremetal: symlink all programs that currently run on both userland and baremetal
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
/* Print hello to stderr. */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
fputs("hello\n", stderr);
|
||||
}
|
||||
1
userland/c/stderr.c
Symbolic link
1
userland/c/stderr.c
Symbolic link
@@ -0,0 +1 @@
|
||||
../../lkmc/c/stderr.c
|
||||
Reference in New Issue
Block a user