Re: Rewrite Kernel

From: Richard B. Johnson
Date: Wed Apr 07 2004 - 08:55:58 EST


On Wed, 7 Apr 2004, Mohamed Aslan wrote:

> i wanna to rewrite a version of linux kernel from scratch in assembly
> for intel 386+ fo speed and a libc also in assembly for speed
> what do u think guys
> --

I have a version of libc that has a lot of code written in assembly.
All of the Linux interface, all the string stuff, etc. You can have a
copy, if you want. That is a start.

This will be a big project. There's a lot more to the Linux kernel than
just creating some I/O capability. Linux has to emulate Unix so it's
a lot more work than rolling your own 32-bit OS with a file-system.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.24 on an i686 machine (797.90 BogoMips).
Note 96.31% of all statistics are fiction.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/