the kernel does things other than crash

This commit is contained in:
water
2022-07-09 13:13:01 -04:00
parent 5e23057ed1
commit 02b30ce5da
21 changed files with 4907 additions and 223 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ def main():
file_stats = []
total_gc_files = 0
excluded_files = {"game_dgos.gc", "all_files.gc", "goal-lib.gc", "ocean-trans-tables.gc", "ocean-frames.gc",
"ocean-tables.gc"}
"ocean-tables.gc", "kernel-defs.gc", "compiler-setup.gc"}
modified = set()
for fn in all_files: