That is disappointing. And I suppose that has to do with Facebook being generally a non-serious gathering place for many things.
After that did you try networking on LinkedIn with software professionals or anyone with interest ? Or other OS dev sites that I don't know of ?
I will tell you my little story about one project :
Some years ago I had written a simple OS by learning x86 Assembly on a Windows computer ( running the Debug program ). I styled the OS on message-passing IPC mechanism for synchronous IPC and it had UNIX-style Signals mechanism for asynchronous IPC. It also had timers whose expiry would generate a Signal. There were five simple text commands. There was no time-slicing so for task-switching the message-passing would do the switch or the keyboard task would switch to because of its higher priority. The screen would also constantly display the status of the tasks and other things. This simple OS was written on Linux using the BCC ( Bruce's C Compiler ) tool chain and emulated on Linux in the Bochs PC emulator.
I did this in some months. I showed the result to a friend of mine who then told of this to a friend of his who told it to an acquaintance of his. This third person met me and saw the OS. We agreed that something big should be done about it. Two or three months later he brought a bunch of computer engineering students who had written a floppy disk boot loader module and we together adapted it to the OS. A few months later this person said he was ready to arrange an OS to start a small company to commercially develop the OS. So a few days later he and I traveled to a office furniture and workstation sales company and gave order for purchase of chairs, workstations and also for construction of an office cabin and a glass-walled conference room. And then purchased computers at cheap rates. A few days later the office was arranged on one side of a big hall on 4th floor of his house and this hall already had his cousin running a small corporate- advertisements pamphlet and booklet design company. And then we gathered a small group of software engineers and hardware engineers who were paid every month with small salaries. My funding co-founder also got visiting cards printed for each worker including me. I wasn't getting further ideas so the office continued for some months. In between my co-founder's father who had been part of one of India's major aircraft development organizations had spread word about this company and his former colleagues who were still working there and in related places came to see the OS and asked some questions. At that time I wasn't very clear in answering. They must have been disappointed. Unfortunately, misunderstandings arose after a while between we two co-founders and the company dissolved.
But I must tell you one more thing. I had gotten in contact with the assistant manager and manager of the specialized-talents acquisition team of one of India's biggest IT companies and they saw my OS and they asked me if I could teach how the OS was written / worked to a few manager-level group from their company and that to be done on the two-day weekend holiday at the timeline of my choosing. They offered my 1.25 lakhs for this training. I asked time to think about this but ultimately declined the offer saying that the payment was too less. 1.25 lakhs for a two-day training program wasn't bad and they would have acknowledged my name is any project they would build on that OS but somehow the money seemed less to me.
What I want to tell you is that your OS project will be unique in your country, especially if you design it to be reliable ( microkernel architecture ), real-time, multi-user secure, general purpose and generally simple. You can even been able to acquire foreign customers ( about a month or so ago I read the website of a East European company - I forgot the name - which has developed a RTOS for small applications like smart electricity and water meters ).
You should persevere with your OS idea and network with the right people ( developers ) since you are ready to fund the project yourself.
@fitpOsitive, any advise to Baz ? And please do read my technical and company experience above about my previous OS project.