This reminds me of the guy who essentially did # mv /usr/local/bin/emacs /sbin/init to get as close as possible to ``Emacs is a great operating system...''.
>>18
Who doesn't know x86 asm? It's simple. If you need opcode/register ref, go to http://ref.x86asm.net/coder32.html and remember: if it ain't NASM, it's shit, especially if you're making an OS. In case you're talking about optimizing, only you can teach yourself.
I am the opposite of you guys: I could make an OS if I was forced to, but I will never need to make one because OSes already exist and are pretty much optimized the way they are now; we need better CPUs, not more OSes. The current ones are primitive and expensive as fuck.
Name:
Anonymous2012-10-30 19:23
>>21
fucking idiot imbecile. looking at linux source code causes brain damage.
Writing your own kernal is just stupid. Unless you're trying to prove something, just take Linux and build a complete OS on top of it (the same way GNU claims to have "created an OS" because they wrote bash and echo). Write it all in Haskell.
Seriously, the more hacking you do on the kernel, the more you start to realize how many of the problems you thought were Linux are actually GNU.
Of course, there are exceptions. Fucking ALSA.
Name:
Anonymous2012-10-31 0:35
>>39
I dont need no linux. I must build my own OS.