All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux from Scratch
@ 2005-02-10  4:48 Jim Gifford
  2005-02-10 13:36 ` Stuart Longland
  0 siblings, 1 reply; 10+ messages in thread
From: Jim Gifford @ 2005-02-10  4:48 UTC (permalink / raw)
  To: linux-mips

I have updated my RaQ2 build for Linux from Scratch to most of the 
latest packages for the RaQ2. A question was raised by some other 
memebers of the Linux from Scratch group, that frankly I didn't have the 
answers for. I appreciate your feedback on these questions.

1 - Will the build method I have currently work with any MIPS processor 
based machine, with the exception of the bootloader?

2 - Is there a bootloader for MIPS that will work on every machine, or 
is different for every MIPS based machine's firmware? If so any examples 
out there how to implement?

Thank you for your time and assistance

-- 
----
Jim Gifford
maillist@jg555.com

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Linux from scratch
@ 2013-04-09  9:49 Alexandru Juncu
  2013-04-09 11:08 ` Silviu Popescu
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Alexandru Juncu @ 2013-04-09  9:49 UTC (permalink / raw)
  To: kernelnewbies

Hello!

I am not a professional kernel developer but I do like learning how
things work..especially operating systems like linux. I know the basis
stuff  about the linux kernel (enough to write a very simple kernel
module).  But I wanted to learn how things like a simple scheduler or
a memory manager would work.

Only reading the current kernel code is sometimes difficult because
all the layers of abstraction implemented in order to make Linux code
scale.  So I was thinking taking a much much older version of the
kernel and starting to analyze it. Something like...v0.01. Seems like
I'm on a good track since sched.c in v0.01 has 250 lines while shed.h
in the current kernel has 1200 :P.

But I couldn't get v0.01 to compile and I've search the Internet and
found that it needs a _lot_ of hacking to get it to work. So I moved
to try 1.0 which seems to have all of the basic features implemented
yet simple enough  to understand. But I am still  having trouble
compiling (having trouble with header files...). Although I could just
read the code and try to figure out what it does, I would like to be
able to modify it and compile and run it.

In order to avoid useless trial and error, I wanted to ask other
people that maybe did this: What is the oldest kernel version that can
be compiled on a current system and then pun on a virtual machine like
qemu-kvm or vmware?

On a side note, I did look into the "Linux from scratch" documentation
project, but that seems to tell you how to build a distribution, not a
kernel.

Thank you.

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-04-11  7:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-10  4:48 Linux from Scratch Jim Gifford
2005-02-10 13:36 ` Stuart Longland
  -- strict thread matches above, loose matches on Subject: below --
2013-04-09  9:49 Linux from scratch Alexandru Juncu
2013-04-09 11:08 ` Silviu Popescu
2013-04-09 11:32 ` Mulyadi Santosa
2013-04-09 12:18   ` Alexandru Juncu
2013-04-10  2:51     ` Mulyadi Santosa
     [not found]       ` <E3C43B97-2BB5-4C1B-80A7-CC014064AE6B@aol.com>
2013-04-11  6:34         ` Mulyadi Santosa
2013-04-11  7:40           ` Alexandru Juncu
2013-04-09 11:40 ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.