Page 1 of 1

Visual Gamer OS

Posted: Tue Dec 07, 2004 12:00 am
by VisualPerception
I am trying build a small O.S. that only functions to be used in a V-Box. We already have a kernal to use "Me" os Kernal. 'Menuet' The one major problem is I know nothing about Assembly and the entire kernal is writen in Assembly. I would love to write the GOI in pascal. If any one can help me please reply.

E-mail : [email protected]

Re: Visual Gamer OS

Posted: Wed Dec 08, 2004 12:00 am
by cipek
May by you can do that:
1) Write Pascal GUI and kompile it to binary file
2) Write small asembly code wich load your GUI to memory

I think it will be working :)