Browse Source

* initial revision

florian 26 năm trước cách đây
mục cha
commit
f429eb7622
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      rtl/fakertl/syslinux.pp

+ 9 - 0
rtl/fakertl/syslinux.pp

@@ -0,0 +1,9 @@
+{ This is a fake system unit to allow testing of the new code generator }
+
+unit system;
+
+  interface
+
+  implementation
+
+end.