mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 06:59:29 -04:00
9 lines
130 B
Lua
9 lines
130 B
Lua
systm = require 'systm'
|
|
|
|
systm.print("hello, kernel world!\n")
|
|
|
|
function onClose()
|
|
systm.print('I am about to be closed\n')
|
|
end
|
|
|