TnBSD

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
xnix
Posts: 1
Joined: Tue Dec 26, 2006 5:11 am

TnBSD

Post by xnix »

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.
Post Reply