summaryrefslogtreecommitdiff
path: root/src/test_module
diff options
context:
space:
mode:
authordzwdz2021-07-17 19:03:45 +0200
committerdzwdz2021-07-17 19:03:45 +0200
commitf84c55f194df088c291fc4359ccec1305be456ce (patch)
tree0476907b089c174adc6e72cfe780134cbd9cbe89 /src/test_module
parent895108bbba356aa39920a42df1587211e424ef8b (diff)
basic boot module support
This loads a file from the boot disk into memory. Currently it just gets printed, but it's going to become a real executable soon.
Diffstat (limited to 'src/test_module')
-rw-r--r--src/test_module1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test_module b/src/test_module
new file mode 100644
index 0000000..4e809fd
--- /dev/null
+++ b/src/test_module
@@ -0,0 +1 @@
+[init binary goes here]