From de450bfb4354f716fb43fae69d90ed513068d10b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 28 Jan 2023 22:29:48 +0100 Subject: Rewrite, bootstrap Rewriting without KVM, huge goals, won't finish, just for fun. --- inc/linux.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 inc/linux.h (limited to 'inc/linux.h') diff --git a/inc/linux.h b/inc/linux.h new file mode 100644 index 0000000..2d45f64 --- /dev/null +++ b/inc/linux.h @@ -0,0 +1,6 @@ +#ifndef LINUX_H +#define LINUX_H + +int linux_call(void); + +#endif -- cgit v1.2.3