mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-11 13:06:43 -04:00

Main advantages: - Bigger font - Scrolling (like in other console apps) - K : and L: messages highligting Also, like the old board it writes log to /tmp0/1/boardlog.txt (or you can pass another path in args), can view it on F2 Co-authored-by: rgimad <33692565+rgimad@users.noreply.github.com> Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/119 Reviewed-by: Max Logaev <maxlogaev@proton.me> Co-authored-by: rgimad <rgimad@noreply.localhost> Co-committed-by: rgimad <rgimad@noreply.localhost>
3 lines
132 B
Lua
3 lines
132 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("dbgboard.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "dbgboard")
|