Search found 2 matches
- Fri Feb 06, 2009 1:39 am
- Forum: Beginning OS Development
- Topic: C++ kernel?
- Replies: 2
- Views: 18304
It is completely possible, in the Tutorials by mike, he coments about possible releasing the demos in C++ even though to date he hasn't done it. The differences between c and c++ are small really. in c you use structs and typedefs, in c++ you use classes with public and private members. but the basi...
- Thu Jan 01, 2009 12:09 am
- Forum: Beginning OS Development
- Topic: design and implementation filesystem
- Replies: 2
- Views: 17048
Okay, I sort of agree with Andrew, I do think that the chances of you being able to come up with a more efficent file system than the currently available ones is slim. I also see the want or even need to create one. I myself plan on creating a unique filesystem for my operating system, once I figure...