-
Notifications
You must be signed in to change notification settings - Fork 6
Description
So basically, we need to decide WHAT we are going to do and WHO is going to do it. The discussions within the other 'issues' are great but, we aren't really working as a team yet.
I think it would be best to tackle this step by step.
- Let's first determine which components we need
- Let's decide who is going to make them.
- Devise a test-method so we can test the code we have written.
- Test & Develop until the code is fully working.
- Document the code and make yourself available for writing a new component.
^That is just a rough idea on how to go about it. Another way to do it would be to tackle it piece by piece. Meaning, we'd all start writing on the memory management, then we all work on the bootloader, then we all work on the filesystem etc...
This latter way is slower and might be difficult as a way of coding BUT, in this fashion everyone will comprehend the code...
EDIT: We might want to put someone in charge of assigning tasks to people. I personally think some sort of command would be needed especially if more developers start to contribute.