Page 1 of 1
eDOS
Posted: Thu Dec 12, 2002 7:39 pm
by Xqzzy Rcxmcq
Some kid who doesn't know much about programming is wanting to make some operating system called eDOS. He's trying to make it 100% Windows and Linux Compatible. He gave me the linux kernel in C++. It's pretty hard. I wonder when he'll learn that he can't do it... ::)
Re:eDOS
Posted: Thu Dec 12, 2002 7:48 pm
by jrfritz
It's not that hard. Wait for Wine to be complete. Include it in the OS with Linux's source. Change all the little settings you like. Done.
Re:eDOS
Posted: Thu Dec 12, 2002 7:55 pm
by jrfritz
Oh by the way...forgot about the programming knowledge...
You can start making a OS if you know this:
Assembly. C & C++. Linux. Windows. Compilers. Linkers. Assemblers. And:
The Intel Architecture, ( or the Mac ), the Intel Processor ( or the Motorola ), some binary, some hex, know what 32 * 2 * 2 * 4 is without a calculator...what does he think that is...without a calculator/computer? ) and need to be a good programmer.
Re:eDOS
Posted: Sat Dec 14, 2002 6:09 am
by pskyboy
I don't see how being able to calculate what 32*2*2*4 is without a calculator or computer has to do with being capable of writing an OS. Anyone who is remotely good at maths can calculate that in there head.
Peter
Re:eDOS
Posted: Sat Dec 14, 2002 7:26 pm
by jrfritz
Well, that's the point...if math is hard....you can't make a OS. ( In C++, since making a OS, you need to know some assembly, and that is heavy on math ).
Re:eDOS
Posted: Wed Dec 18, 2002 3:49 pm
by jrfritz
So...did that person sign up here yet?
Re:eDOS
Posted: Thu Dec 19, 2002 2:08 am
by Pype.Clicker
pskyboy wrote:
I don't see how being able to calculate what 32*2*2*4 is without a calculator or computer has to do with being capable of writing an OS. Anyone who is remotely good at maths can calculate that in there head.
Peter
this is not just about maths ... these are p0w3rz 0f tw0:
32 .. 64 .. 128 ..(256) .. 512 will become as natural as counting. This is because you'll deal with bitfields, etc. so you should be able to tell in about 2 seconds where bit 15 is about to be in a HEX display and how much it is in decimal ...