Page 1 of 1
Looking for Linux Source
Posted: Thu Dec 13, 2007 6:48 am
by crazygray1
Where could I find the Linux kernel source? I've checked the website but I can't find it(I must be blind)
Posted: Thu Dec 13, 2007 6:53 am
by AJ
http://www.kernel.org/
Second hit on google, search terms 'Linux Source Code'.
Cheers,
Adam
Posted: Thu Dec 13, 2007 9:28 am
by piranha
.....sigh.......
I don't (for people like me) recommend looking at the latest version, it's way too complex and takes >10 min to compile on Duo Core processors.
I looked at version 0.01, found on osdever.net under downloads->kernels.
-JL
Posted: Fri Dec 14, 2007 5:47 pm
by crazygray1
Would I be able to test ubuntu on Bochs or Qemu?
Posted: Fri Dec 14, 2007 6:07 pm
by Brynet-Inc
crazygray1 wrote:Would I be able to test ubuntu on Bochs or Qemu?
Define "Test", If you're testing for performance.. use a real PC, because emulation is almost always insanely slow.
It will work though, obviously..
Working on a linux based operating system, from early linux
Posted: Sat Dec 15, 2007 11:36 am
by berlinbrown003
I started this project several years ago and then revived it. This code is based on a mix of early and modern linux. And in theory, early linux is loosely based on minix. I used a lot of the same code and data structures and am only concentrating on a floppy/harddrive/keyboard drive. So far the code base is about 12,000 lines of code which is a lot less than probably the million(s?) in the linux 2.6. My code compiles, runs some of the interrupts, hopefully I can get the filesystem and actually run some applications.
Compiles with a modern GCC (4)
Octane OS.
http://code.google.com/p/octaneos/
(Actually, it compiled yesterday, I broke the build the other day, but should be compilable this afternoon or tomorrow)
Posted: Sat Dec 15, 2007 1:37 pm
by elfenix
Linux kernel code really isn't that bad once you know what's going on. Since the weather outside is nasty, I took the time to writeup a little intro on the Wiki.
Linux Kernel Primer.
I tried to keep my opinion of this out as much as possible, but anything earlier than 2.2 is likely to cause brain damage to the reader.
oldlinux
Posted: Sat Dec 15, 2007 11:12 pm
by berlinbrown003
I found this also, but a lot of the work seems to be in chinese.
http://oldlinux.org/