Skip to content

Commit d384b09

Browse files
note on prog reg
1 parent f8d485d commit d384b09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/kernel/prog_registry.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// note: program registry is due to be replaced with a much simpler, memory efficient, more flexible, and more secure approach
2+
// of traditional on demand program loading from the file system
3+
14
import type {Program} from "../types";
25
import type {AbstractFileSystem} from "./filesystem";
36
import {ANSI, WrappedTerminal} from "./term_ctl";

0 commit comments

Comments
 (0)