From 223bdf27f628ab9d436b4e118249729e4f6a4c48 Mon Sep 17 00:00:00 2001 From: ionut Date: Fri, 1 May 2026 17:04:38 +0300 Subject: [PATCH] basic TODO --- TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index c5e5102..454274f 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,6 @@ # For MVP functionality - make `computer` component use callbacks -- make a lot of stuff which likely will need to be indirect actually be indirect (modem comms, computer funcs) - make beeps, power, etc. be callbacks on one shared local state (computer environment) - write a tester OS, basically a menu with tests to run - finish tmpfs (rework the whole thing)