summaryrefslogtreecommitdiff
path: root/boot/goto-boot.elna
diff options
context:
space:
mode:
Diffstat (limited to 'boot/goto-boot.elna')
-rw-r--r--boot/goto-boot.elna12
1 files changed, 0 insertions, 12 deletions
diff --git a/boot/goto-boot.elna b/boot/goto-boot.elna
deleted file mode 100644
index c2fd69b..0000000
--- a/boot/goto-boot.elna
+++ /dev/null
@@ -1,12 +0,0 @@
-program
-
-import dummy
-
-var source_code: [2048]Byte
-
-begin
- read_file(source_code, 2048);
-
- s1 := source_code;
-
-end.