COPSY (Cool OPerating SYstem)
Posted: Sun May 26, 2002 11:00 pm
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
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