tvdos: concurrency and VT

This commit is contained in:
minjaesong
2026-06-03 20:49:59 +09:00
parent dad345c027
commit a9d095e3cb
6 changed files with 743 additions and 22 deletions

View File

@@ -6,7 +6,15 @@ set INCLPATH=\hopper\include;$INCLPATH
set HELPPATH=\hopper\help;$HELPPATH
set KEYBOARD=us_colemak
rem this line specifies which shell to be presented after the boot precess:
rem load Korean font / IME (font upload is global hardware)
tvdos/i18n/korean
zfm
rem Boot into virtual consoles. vtmgr owns the keyboard and screen, and spawns
rem a `command -fancy` shell per VT (Alt-1..6 / chvt to switch, Alt-0 to exit).
rem It snapshots the environment set above and replays it into every pane.
rem NOTE: `fsh` is a graphical shell and must not run inside a VT pane; launch
rem it directly (not via vtmgr) if you want it. (Old boot line: fsh)
tvdos/sbin/vtmgr
rem Fallback shell once vtmgr exits (Alt-0), so the console is never left bare.
command -fancy