From f84c55f194df088c291fc4359ccec1305be456ce Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 17 Jul 2021 19:03:45 +0200 Subject: 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. --- src/test_module | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test_module (limited to 'src/test_module') 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] -- cgit v1.2.3