Question Operating system in LUA

luki1997a

Active member
Joined
Dec 9, 2010
Messages
314
Reaction score
0
Points
31
Location
Biłgoraj
Hello:hello:

I want to develop my own OS- in LUA(yes, I know- I'm crazy).
I have written a Kernel to my OS which allows you to type a text and then..delete it using backspace:lol: I don't have big plans for it. I've been developing a pseudo-os on PSP in lua. It was pretty easy to do. In my LUA os(which probably I'll name a "Venus OS" or "Space OS") I want to have:
-file management
-full support for screen resolutions and color depths(at least 1280x1024x32)
-sound support
-mouse and keyboard support.

I want to wite this os just for fun.

So, if any of you have been developing an OS(for example Artlav) and know any usefull tutorials or arleady have a code(please in C langauge) then write here.

And my Question is: if I add these features as metioned above then will I be able to run LUA shell on it. It has source code, so compiling it for my system shouldn't be difficult. But doesn't it use any of Windows or linux libraries(or librarys)?
 
Top