jamesh wrote:
Just implementing Flash is around perhaps 300-400 thousand lines of code. Implementing an OS is many years of work, and perhaps millions of lines of code. There is no getting away from the amount of work required.
As for industry giants....well, I'd suggest Linux if you want an OS. Since that's not run by industry giants. If you want Flash, there are OSS alternatives, again, not run by industry giants (and no better than the official version).
That said, if you want to write you own OS, it's a great learning experience, and then you can become one of the guys with experience. Perhaps even a naysayer.
we will need our own video format (mp4-ish) and bypass flash altogether.
that would avoid copyright infringement, bloat, unwanted ads and complexity.
the os would not take years to write. many peripherals are implemented in h/w on-chip.
most drivers are available free. do not try to accommodate all manufacturers,
just the most prolific and open.
linus took 1 year. also tannenbaum. do not do a nix-look-alike. something
that form fits the h/w and allows full programmer access. lean and mean.
interrupt driven microkernel, daemon-drivers and complete interprocess messaging.
freeze it, thoroughly document it and give it all away. no complexity which is essentially a
type of black-box.
i've already started...............dd