files
kolibrios/programs/system/dbgboard/Tupfile.lua
rgimad c0c892ec9b
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 36s
Build system / Build (pull_request) Successful in 8m52s
Add new debug board - dbgboard based on console.obj
Main features:
- Bigger font
- Scrolling (like in other console apps)
- K : and L: messages highligting
2025-03-07 13:10:09 +01:00

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")