refactored system code into seperate c-file, basic support to run from wb added

This commit is contained in:
krustur
2018-12-11 23:56:00 +01:00
parent 4d35d99004
commit 2b76e490f1
7 changed files with 179 additions and 92 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"dirent.h": "c",
"unistd.h": "c",
"intuition.h": "c",
"signal.h": "c"
"signal.h": "c",
"exec_sysbase_pragmas.h": "c"
}
}
}