summaryrefslogtreecommitdiff
path: root/kern/p-basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/p-basic.c')
-rw-r--r--kern/p-basic.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/kern/p-basic.c b/kern/p-basic.c
new file mode 100644
index 0000000..2c4d42e
--- /dev/null
+++ b/kern/p-basic.c
@@ -0,0 +1,5 @@
+#include <string.h>
+unsigned char prog_basic[] = {
+ 0x00, 0x00, 0xa0, 0xe3, 0x00, 0x00, 0x00, 0xef,
+};
+size_t prog_basic_sz = sizeof(prog_basic);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback