bugfix and bugnotes

This commit is contained in:
2026-05-01 02:37:13 +03:00
parent 1ad43602f4
commit 4da296a135
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# For MVP functionality
- fix coloring issue in UlOS 2 beta 5 (and in OpenOS `dmesg`, it appears color-mapper is wrong)
- fix FrostOS crash due to empty syscalls table (unsure what is happening)
- 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)