WhirliOS: a non-UNIX OS with a custom filesystem and shell
Posted: Sat Nov 12, 2016 7:26 pm
Hello, everyone. I'm here to announce my in-progress operating system, WhirliOS. I could go through a lot of theory about my design and my goals, but before all that, I'd like to go through some of my big features. Here goes:
WhirliOS is licensed under the MIT license (with express permission for continuation from Whirligig231, the project founder) and I may or may not accept pull requests, depending on their compliance with my vision for WhirliOS. My vision is best expressed in simple words:
Anyway, you can find the project and some more information at https://github.com/synthetixa/whirlios.
- Wsh: Wsh is WhirliOS' custom shell. Among many, the String Buffer is its standout unique feature. More on that can be found here https://github.com/synthetixa/whirlios/ ... ing-Buffer
- WhirlLib: WhirliLib is a logically-designed C Library. Although it is not nearly POSIX-compliant, WhirliLib is designed to be easy to use. It separates headers files into (currently) flib (file operatons), slib (string parsing operations), ilib (input/output) operations, and mlib (mathematical operations). Inside of these libraries, functions are also named logically. For example, instead of puts, there is iwrites ([library letter][operation performed][if applicable, first letter of the datatype it operates one])
WhirliOS is licensed under the MIT license (with express permission for continuation from Whirligig231, the project founder) and I may or may not accept pull requests, depending on their compliance with my vision for WhirliOS. My vision is best expressed in simple words:
Anyway, yes, contributions and suggestions are completely allowed and, in fact, I'll ask for them, but their inclusion in the project is completely up to me, as the project leader. Do not let that frighten you; I am a benevolent dictator.Harder does not equal better, but better does not equal easier.
Anyway, you can find the project and some more information at https://github.com/synthetixa/whirlios.