Looking for Linux Source
- crazygray1
- Member
- Posts: 168
- Joined: Thu Nov 22, 2007 7:18 pm
- Location: USA,Hawaii,Honolulu(Seriously)
Looking for Linux Source
Where could I find the Linux kernel source? I've checked the website but I can't find it(I must be blind)
Codname: Cipher
Working On: Design Doc(CFFS file system)
Working On: Design Doc(CFFS file system)
- piranha
- Member
- Posts: 1391
- Joined: Thu Dec 21, 2006 7:42 pm
- Location: Unknown. Momentum is pretty certain, however.
- Contact:
.....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
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
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
- crazygray1
- Member
- Posts: 168
- Joined: Thu Nov 22, 2007 7:18 pm
- Location: USA,Hawaii,Honolulu(Seriously)
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
-
- Posts: 4
- Joined: Mon Nov 26, 2007 1:38 pm
Working on a linux based operating system, from early linux
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)
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)
-
- Member
- Posts: 50
- Joined: Sun Dec 02, 2007 1:24 pm
- Libera.chat IRC: elfenix
- Location: United States
- Contact:
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.
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.
-
- Posts: 4
- Joined: Mon Nov 26, 2007 1:38 pm