Re: how to compile the 0.01 version of kernel

2011-01-09 Thread Berlin Brown
There might be other linux 0.01 variants, I can't remember which one is the most stable. If that version doesn't work, then try others. I tried to create a similar project and it is tough work, but the Linux 0.01 code itself is not that complicated. If I remember it ranged in size of about 15,000

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread KK
On 1/10/2011 4:09 AM, Berlin Brown wrote: There is a compilable 0.01 version of linux out there. Don't take the actual source. You need a custom 0.01 kernel to work with the modern compiler tools out there. If you do make a version, you might try creating a VMWare VM and putting it online.

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread Berlin Brown
There is a compilable 0.01 version of linux out there. Don't take the actual source. You need a custom 0.01 kernel to work with the modern compiler tools out there. If you do make a version, you might try creating a VMWare VM and putting it online. This might be it. http://draconux.free.fr/os_

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread Mulyadi Santosa
Hi...:) On Sun, Jan 9, 2011 at 22:14, KK wrote: > Hello All, > I was going through the linux kernel newbie articles in > kernelnewbies.com and found it very interesting. I downloaded the > tarballs for the 0.01 version of kernel from : > http://www.kernel.org/pub/linux/kernel/Historic/ OK, nice

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread KK
Thanks for you suggestion Denis, I'll look into that link. --KK On 1/9/2011 10:10 PM, Denis Kirjanov wrote: > This guy has ported Linux to gcc4.x: > http://www.kernel.org/pub/linux/kernel/people/abdel/readme > I think that will help you > > On Sun, Jan 9, 2011 at 6:14 PM, KK wrote: >> Hello All

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread KK
On 1/9/2011 9:41 PM, Javier Martinez Canillas wrote: > Hello, > >> Then the next thing I was trying to do was to compile the source code >> and try to understand the various methods/function calls, system calls >> etc, but I'm not able to compile the code, I'm getting the following >> errors: >> >

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread Denis Kirjanov
This guy has ported Linux to gcc4.x: http://www.kernel.org/pub/linux/kernel/people/abdel/readme I think that will help you On Sun, Jan 9, 2011 at 6:14 PM, KK wrote: > Hello All, > I was going through the linux kernel newbie articles in > kernelnewbies.com and found it very interesting. I download

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread Robert P. J. Day
On Sun, 9 Jan 2011, KK wrote: > Hello All, > I was going through the linux kernel newbie articles in > kernelnewbies.com and found it very interesting. I downloaded the > tarballs for the 0.01 version of kernel from : > http://www.kernel.org/pub/linux/kernel/Historic/ but ... why? i can appre

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread Javier Martinez Canillas
Hello, > > Then the next thing I was trying to do was to compile the source code > and try to understand the various methods/function calls, system calls > etc, but I'm not able to compile the code, I'm getting the following > errors: > If you want to compile this kernel to understand how an oper

Re: how to compile the 0.01 version of kernel

2011-01-09 Thread loody
hi: 2011/1/9 KK : > Hello All, > I was going through the linux kernel newbie articles in > kernelnewbies.com and found it very interesting. I downloaded the > tarballs for the 0.01 version of kernel from : > http://www.kernel.org/pub/linux/kernel/Historic/ > > Then the next thing I was trying to d

how to compile the 0.01 version of kernel

2011-01-09 Thread KK
Hello All, I was going through the linux kernel newbie articles in kernelnewbies.com and found it very interesting. I downloaded the tarballs for the 0.01 version of kernel from : http://www.kernel.org/pub/linux/kernel/Historic/ Then the next thing I was trying to do was to compile the source co