Please test this.
http://slil.ru/23643964
or
http://slil.ru/23644036
This is monolitic kernel OS. It supports SMP. Has virtual consoles(switch F1,F2,... , F12 -show memory info)
shell started automaticly
A sheme interpreter ported ("lisp" command) , "ls", "cat", "cd", "kill" commands.
Testing lisp:
You can load something from share/ dir. Just type
:load share/tree.lsp (or any lsp file)
to test "draw-tree" func
write
(draw-tree '(a b c ( d . e )))
Thank you.