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