0 Members and 1 Guest are viewing this topic.
Thanks for asking My main goal is to be able to provide a powerful environment for coders.The main things I will try to provide are multitasking and a capable library and driver framework. Although it has no practical import as of this speaking, normal executables would theoretically be able to run on any z80 device to which this OS is ported.It's intended to be pronounced as "par-tays-oh-ess." The 's' in "Partes" is to remain unvoiced, though. ('s', not 'z', sound)
The kernel is my first goal. To be honest, though, the way I'm designing it, the kernel is almost no code; things like the code that does memory management and file system stuff are not required to be part of the kernel. Yeah, I'm looking forward to KOS too. All the project I am looking forward too
Briefly, I plan for a Unix-style directory tree (if multiple file systems should ever become a concern) and allowing files/folders to be in multiple folders (so an explicit link type is unnecessary)I also have plans for how garbage collection will be implemented. The next commit I make to the SVN repository should include near-full documentation on the file system.
Interesting, I am curious how this will turn out.