COPSY (Cool OPerating SYstem)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
krillzip

COPSY (Cool OPerating SYstem)

Post by krillzip »

Hello guys!

I am proud to present COPSY an OS written (will be) totally in C++.
The system will have a kernel in C++/asm and a C++ framework for
rapid application development.

The first thing to do is to get a working example like the example
on this site but using a class. new/delete operators will not be necessary
for the sample, because the class is declared as local to the main function,
which mean that the space will be allocated on the stack.

I need everybodys help to fix this little problem. All help is welcome.

// Krillzip
Post Reply