Hello everybody. Up until now, I have always worked on my own OSs, making different versions. Some that were able to use a lot of hardware, some that had GUIs with different screen resolutions, some that were just tests to see if I could do something or replicate a simple OS.
Now I decided to finally open up and start a new OS as a group project.
In general, people can program any part they want. Though, the main task of the OS is to be as small and fast as possible. (One of the reasons why assembly language is used).
Here are the guidlines of the project:
1. All code is made in NASM.
2. Whatever that is done, it must always be as small, fast, and efficent as possible.
To be small, it will probably stay as 16-bit. But that doesn't mean it cannot get into protected mode.
If you want to contact me, my email/messenger is vilmer88(at)hotmail(dot)com
Hopefully, this project will continue on with new features and more users. I can only do so much on my own. Your help would greatly be appreciated.