Looking for volunteers to help with NetDOS/32

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
clementttttttttt
Member
Member
Posts: 70
Joined: Tue Jul 14, 2020 4:01 am
Libera.chat IRC: clementttttttttt

Looking for volunteers to help with NetDOS/32

Post by clementttttttttt »

Currently I'm developing it alone, so volunteering will be greatly appreciated.

Name: NetDOS/32
Contact: [email protected]
Description: Another OS I have been developing for fun. Is the successor of my earlier NetDOS project.
Git: https://github.com/clementtttttttt/NetDOS-32

Status: Heavily under development.
Features implemented:
- keyboard input
- protected mode
- kernel heap(copied some code)
- paging
- ring 0 multitasking

Features implementing:
- ring 3 multitasking
- vfs
- kernel libc
User avatar
bloodline
Member
Member
Posts: 264
Joined: Tue Sep 15, 2020 8:07 am
Location: London, UK

Re: Looking for volunteers to help with NetDOS/32

Post by bloodline »

clementttttttttt wrote:Currently I'm developing it alone, so volunteering will be greatly appreciated.

Name: NetDOS/32
Contact: [email protected]
Description: Another OS I have been developing for fun. Is the successor of my earlier NetDOS project.
Git: https://github.com/clementtttttttt/NetDOS-32

Status: Heavily under development.
Features implemented:
- keyboard input
- protected mode
- kernel heap(copied some code)
- paging
- ring 0 multitasking

Features implementing:
- ring 3 multitasking
- vfs
- kernel libc
Your project is less advanced than mine... why don’t you join my project?
CuriOS: A single address space GUI based operating system built upon a fairly pure Microkernel/Nanokernel. Download latest bootable x86 Disk Image: https://github.com/h5n1xp/CuriOS/blob/main/disk.img.zip
Discord:https://discord.gg/zn2vV2Su
ComputerFido
Member
Member
Posts: 44
Joined: Fri Sep 09, 2016 5:52 pm
Location: Australia
Contact:

Re: Looking for volunteers to help with NetDOS/32

Post by ComputerFido »

Please read https://wiki.osdev.org/Beginner_Mistakes#Teamwork, most of us have our own projects to work on and its a fairly common mistake to assume that we will invest time and effort into a new OS.
User avatar
iansjack
Member
Member
Posts: 4662
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Looking for volunteers to help with NetDOS/32

Post by iansjack »

If you are looking for collaborators you obviously need a detailed design document for them to work from (and to give some idea of why they should donate time to the project). Could you give us a link to your design plans please.

Do you have previous experience of managing a collaborative project?
clementttttttttt
Member
Member
Posts: 70
Joined: Tue Jul 14, 2020 4:01 am
Libera.chat IRC: clementttttttttt

Re: Looking for volunteers to help with NetDOS/32

Post by clementttttttttt »

no, I've never worked on a collab project before, so yeah if I did anything wrong please tell me.
nexos
Member
Member
Posts: 1073
Joined: Tue Feb 18, 2020 3:29 pm
Libera.chat IRC: nexos

Re: Looking for volunteers to help with NetDOS/32

Post by nexos »

I am working on an OS which I want to be advanced. So, eventually I am going to look for volunteers. But I am going to wait until I have something to show (i.e., able to run GCC and Binutils and Bash on a microkernel, support most modern peripherals, support SMP and NUMA, and so on). People want to know what they are joining. They want to help with something structured. My personal opinion is that you should make the architecture of your kernel, and create the base, and then have people help you after that. Linus Torvalds had GCC and Bash running before people joined Linux. So it is possible to create a hobby and be successful and almost change the OS world. Keep up the good work though :D . P.S., one thing me, and perhaps other OS developers would be willing to do is test your OS on their machines. All machines are different, so doing lots and lots of tests is important.
"How did you do this?"
"It's very simple — you read the protocol and write the code." - Bill Joy
Projects: NexNix | libnex | nnpkg
User avatar
iansjack
Member
Member
Posts: 4662
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Looking for volunteers to help with NetDOS/32

Post by iansjack »

I think what you are doing wrong is asking people to join your project when there is really no project to join. At the very least you need a decent written specification so that people know what the aims of the project are.

Unless there is something special about your project, some unique selling point, I can't see what would convince a competent programmer to join you.
xeyes
Member
Member
Posts: 212
Joined: Mon Dec 07, 2020 8:09 am

Re: Looking for volunteers to help with NetDOS/32

Post by xeyes »

clementttttttttt wrote:Currently I'm developing it alone, so volunteering will be greatly appreciated.

Name: NetDOS/32
Contact: [email protected]
Description: Another OS I have been developing for fun. Is the successor of my earlier NetDOS project.
Git: https://github.com/clementtttttttt/NetDOS-32

Status: Heavily under development.
Features implemented:
- keyboard input
- protected mode
- kernel heap(copied some code)
- paging
- ring 0 multitasking

Features implementing:
- ring 3 multitasking
- vfs
- kernel libc
No offense and half joking response below :lol:

Nowadays a coder can expect $100 (quite a bit more for good ones, maybe $150 or even $200) an hour before tax.

To attract the good coders, and at a bare minimal. You likely need to make it crystal clear how is volunteering (also known as, working without pay) for you more interesting than pocketing $200 an hour.

FWIW, implementing (more like doing throwaway work on) vfs before getting ring3 task switch working doesn't seem to convey that point too well.
Post Reply