Page 1 of 1
*nix Clone(s)?
Posted: Mon Jan 14, 2008 7:01 pm
by piranha
Hey, just out of curiosity.....
Who here is developing a Unix/Linux clone or like kernel?
And what did you name it?
this is just out of curiosity.
-JL
Posted: Tue Jan 15, 2008 2:50 am
by AJ
Hi,
Although my kernel design does not intend to be anything like Unix, I will certainly have enough of a compatibility layer to port a C++ standard library, GCC and (hopefully) NASM.
I've vaguely indicated before that after that point, I want to concentrate on getting JIT compiling working and gradually move userland code away from using precompiled binaries.
Cheers,
Adam
Posted: Tue Jan 15, 2008 5:20 am
by JamesM
Hi,
I am creating a POSIX "clone" (although I dislike the term for its negative connotations).
I have called it Jimix, because I am extremely imaginative
Posted: Tue Jan 15, 2008 4:08 pm
by crazygray1
Although I'm not creating a *nix clone, since I've been impressed by the design of Unix my OS may have a resemblance to it.