What's your Osdev Power Level?
Re: What's your Osdev Power Level?
I think it's much easier to make a good, stable, secure server OS than making a good, stable, secure desktop OS. There is a lot of overlap, and you can cut a lot of stuff away in the server project. My Unix core is getting pretty far, it can be a working server OS within a year if I add networking.
Re: What's your Osdev Power Level?
Seconded. I, too, have no interest whatsoever in GUIs, and am specifically working on building a headless system. That's, indeed, where an otherwise hobbyist endeavor hits the road to actual production: nobody cares how a useful network service (or these days, cloud service) is implemented under the hood. So long as it does the job and can run as a virtual machine under the likes of Xen or KVM, it can certainly be implemented using a non-mainstream operating system. This as contrasted to the somewhat larger challenge of getting someone to swap out their day-to-day desktop operating system.sortie wrote:I think it's much easier to make a good, stable, secure server OS than making a good, stable, secure desktop OS. There is a lot of overlap, and you can cut a lot of stuff away in the server project. My Unix core is getting pretty far, it can be a working server OS within a year if I add networking.
Developer of libc11
Re: What "level" are you?
I can call myself 9.5/10 using this scale . Because I am "Self-hosting, and able to also build all third party software ports under my OS" and sometimes, I also prefer to develop under my own OS.sortie wrote: A useful measurement is whether someone is self-hosting, and the various degrees of it:
- Not self-hosting.
- Able to compile small programs under your OS.
- Able to build your OS under itself. (Self-building)
- Able to build your OS under itself on real hardware, reboot, and the new version boots and is capable of the same. (Self-hosting)
- Self-hosting, and able to also build all third party software ports under your OS.
- You actually prefer developing under your OS rather than cross-developing. (Actually self-hosting).
In my opinion, self-hosting scale is very wrong (as in reality, my power level is much lower).
Re: What's your Osdev Power Level?
I guess that, as always, whether it is a good metric depends on your goals.
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: What's your Osdev Power Level?
I give myself 1/10. I don't know what I don't know, therefore who am to judge that I know?
My OS is Perception.
- Bender
- Member
- Posts: 449
- Joined: Wed Aug 21, 2013 3:53 am
- Libera.chat IRC: bender|
- Location: Asia, Singapore
Re: What's your Osdev Power Level?
I give myself NaN/10.0. \o/
(I've already implemented large portions of the user space but the kernel is way behind )
(I've already implemented large portions of the user space but the kernel is way behind )
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)
(R3X Runtime VM)(CHIP8 Interpreter OS)
-
- Member
- Posts: 116
- Joined: Thu May 06, 2010 4:34 am
- Libera.chat IRC: peterbjornx
- Location: Leiden, The Netherlands
- Contact:
Re: What's your Osdev Power Level?
5/10, My kernel is self-hosting but i havent tried building anything other than simple-ish programs on it, most complicated build on it was klange's nyancat. Besides that it supports reading from ext2, has a simple-ish gui that also works on linux without modification and uses bash (with full job control) as its default shell, combined with busybox for the basic utils
Re: What's your Osdev Power Level?
You are right. I do know that there are a plenty of things that I am not familiar with but I know enough to say that they exist. Then there is an endless pool of things that I am not even aware of. When I learn something, it usually goes from "unknown to me" to "I know it exists" to "I learned it". Let them be steps 1, 2, and 3. The main problem is throughput, i.e. moving from 1 to 2 is a lot easier than moving from 2 to 3. It means that things are piling up at step 2.MessiahAndrw wrote:I don't know what I don't know
In practical terms this means that I will be at the lowest level more and more firmly.
-
- Member
- Posts: 96
- Joined: Sat Mar 15, 2014 3:49 pm
Re: What's your Osdev Power Level?
I think its really hard to make an OS that survives contact with users.
Its (relatively) easy to make an OS that works well when you're developing it, and seems promising.
As soon as real users get involved, and as soon as there is any kind of community around it, then bugs start to get found and the fixes for the bugs introduce compatibility problems for your existing user base and you start having to take pragmatic hacks to fix problems without breaking things etc.
Its (relatively) easy to make an OS that works well when you're developing it, and seems promising.
As soon as real users get involved, and as soon as there is any kind of community around it, then bugs start to get found and the fixes for the bugs introduce compatibility problems for your existing user base and you start having to take pragmatic hacks to fix problems without breaking things etc.
Re: What's your Osdev Power Level?
Indeed, not breaking interfaces makes things much harder. It's only reasonably doable when you have mature code.
In tyndur we tried to keep binary compatibility between all 0.2.x versions, and much to my surprise, programs compiled for 0.2.0 actually still did run in the latest version (which was almost exactly a year later). But there are so many fundamental changes that need to be made that there would have been no way to keep these programs running in 0.3.x.
In tyndur we tried to keep binary compatibility between all 0.2.x versions, and much to my surprise, programs compiled for 0.2.0 actually still did run in the latest version (which was almost exactly a year later). But there are so many fundamental changes that need to be made that there would have been no way to keep these programs running in 0.3.x.
- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: What's your Osdev Power Level?
Same answer I was going to give.MessiahAndrw wrote:I give myself 1/10. I don't know what I don't know, therefore who am to judge that I know?
You know your OS is advanced when you stop using the Intel programming guide as a reference.
Re: What's your Osdev Power Level?
All of us are in the situation of not knowing what we don't know. The difference is that some know that they don't know what they don't know, whereas others don't. The former will give themselves 1/10, the latter 9/10.
Re: What's your Osdev Power Level?
I've already laid the ground rules for the 1 to 10 scale. If you can write a working bootloader, you're not a 1. If you don't have a working operating system, or if you are confused by ACPI, PCI, USB, or APIC, you're not a 10. Most people on this site are neither a 1 or a 10.
Let me put it another way. If I have ever answered a question that you posted (correctly), you are between 1 and 5. If you have answered one of my questions (correctly), you are between 5 and 10.
Let me put it another way. If I have ever answered a question that you posted (correctly), you are between 1 and 5. If you have answered one of my questions (correctly), you are between 5 and 10.
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
- mathematician
- Member
- Posts: 437
- Joined: Fri Dec 15, 2006 5:26 pm
- Location: Church Stretton Uk
Re: What "level" are you?
Oh dear, what about all those Linux/Unix clones?Brendan wrote:On a scale from 1 to 10; the first group aren't OS developers (they're only "OS implementers") and they should be limited to scores from 1 to 5.
The continuous image of a connected set is connected.
Re: What "level" are you?
Hi,
Re-implementing an existing design from 40+ years ago avoids a whole pile of decisions (and research, and risk of unforeseen consequences), and then porting an existing user-space avoids a whole pile of work (and decisions, and research, and risk of unforeseen consequences).
It's like comparing an artist that started with something like this (where you know what the end product will look like before they even begin):
..to an artist that started with something like this (where the end product depends purely on the creator's imagination and skill):
Cheers,
Brendan
That comment was intended as a joke, however...mathematician wrote:Oh dear, what about all those Linux/Unix clones?Brendan wrote:On a scale from 1 to 10; the first group aren't OS developers (they're only "OS implementers") and they should be limited to scores from 1 to 5.
Re-implementing an existing design from 40+ years ago avoids a whole pile of decisions (and research, and risk of unforeseen consequences), and then porting an existing user-space avoids a whole pile of work (and decisions, and research, and risk of unforeseen consequences).
It's like comparing an artist that started with something like this (where you know what the end product will look like before they even begin):
..to an artist that started with something like this (where the end product depends purely on the creator's imagination and skill):
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.