summaryrefslogtreecommitdiff
path: root/boot/goto-boot.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-04-18 09:26:57 +0200
committerEugen Wissner <belka@caraus.de>2025-04-19 23:23:53 +0200
commit148da8ed91f17c6fb367f52c927629b0f4cacb5e (patch)
tree502e07dfc495c418e57a73b31d0e9d0cd5a0d429 /boot/goto-boot.elna
downloadelna-148da8ed91f17c6fb367f52c927629b0f4cacb5e.tar.gz
Initial commit
Diffstat (limited to 'boot/goto-boot.elna')
-rw-r--r--boot/goto-boot.elna12
1 files changed, 12 insertions, 0 deletions
diff --git a/boot/goto-boot.elna b/boot/goto-boot.elna
new file mode 100644
index 0000000..c2fd69b
--- /dev/null
+++ b/boot/goto-boot.elna
@@ -0,0 +1,12 @@
+program
+
+import dummy
+
+var source_code: [2048]Byte
+
+begin
+ read_file(source_code, 2048);
+
+ s1 := source_code;
+
+end.