public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel Options.
       [not found] <8277674d0706260701u3abac42eh817b72fa095e2756@mail.gmail.com>
@ 2007-06-26 14:02 ` Danillo Aquino
  2007-06-26 15:37   ` Alex Riesen
  2007-06-26 22:17   ` Jeff Mahoney
  0 siblings, 2 replies; 7+ messages in thread
From: Danillo Aquino @ 2007-06-26 14:02 UTC (permalink / raw)
  To: linux-kernel

Which patch necessary to qualify the following options in kernel, I am
using kernel 2.6.17

IP: DHCP support
Root file system on NFS


Debtor

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

* Re: Kernel Options.
  2007-06-26 14:02 ` Kernel Options Danillo Aquino
@ 2007-06-26 15:37   ` Alex Riesen
  2007-06-26 22:17   ` Jeff Mahoney
  1 sibling, 0 replies; 7+ messages in thread
From: Alex Riesen @ 2007-06-26 15:37 UTC (permalink / raw)
  To: Danillo Aquino; +Cc: linux-kernel

On 6/26/07, Danillo Aquino <danillo.aquino@gmail.com> wrote:
> Which patch necessary to qualify the following options in kernel, I am
> using kernel 2.6.17
>
> IP: DHCP support
> Root file system on NFS
>

None. It is done completely in userspace. DHCP with something like dhclient,
udhcp and the like. Google for root on NFS.

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

* Re: Kernel Options.
  2007-06-26 14:02 ` Kernel Options Danillo Aquino
  2007-06-26 15:37   ` Alex Riesen
@ 2007-06-26 22:17   ` Jeff Mahoney
  1 sibling, 0 replies; 7+ messages in thread
From: Jeff Mahoney @ 2007-06-26 22:17 UTC (permalink / raw)
  To: Danillo Aquino; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Danillo Aquino wrote:
> Which patch necessary to qualify the following options in kernel, I am
> using kernel 2.6.17
> 
> IP: DHCP support
> Root file system on NFS

Patches shouldn't be necessary for either of these features.

Check out Documentation/nfsroot.txt.

- -Jeff

- --
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGgZB0LPWxlyuTD7IRAiGxAKCgvUOCkf5nTsxnWb7ZXk4rD70PjACfdWPb
NgG6bIdZlLJqgQmAtMb05KI=
=cAOo
-----END PGP SIGNATURE-----

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

* Kernel options.
@ 2009-11-24  4:56 Reg Clemens
  2009-11-24  5:54 ` CaT
  2009-11-24  6:00 ` Américo Wang
  0 siblings, 2 replies; 7+ messages in thread
From: Reg Clemens @ 2009-11-24  4:56 UTC (permalink / raw)
  To: linux-kernel

I have a pre-compiled 64bit kernel from Fedora11, and I can execute
both 32 and 64bit executables with it.

I have just built a new kernel (to test some PPS code), and I CANT
execute 32bit executables with it.

There must be some option I didnt check.
What is it?????


-- 
                                        Reg.Clemens
                                        reg@dwf.com



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

* Re: Kernel options.
  2009-11-24  4:56 Kernel options Reg Clemens
@ 2009-11-24  5:54 ` CaT
  2009-11-24  6:44   ` Reg Clemens
  2009-11-24  6:00 ` Américo Wang
  1 sibling, 1 reply; 7+ messages in thread
From: CaT @ 2009-11-24  5:54 UTC (permalink / raw)
  To: Reg Clemens; +Cc: linux-kernel

On Mon, Nov 23, 2009 at 09:56:10PM -0700, Reg Clemens wrote:
> I have a pre-compiled 64bit kernel from Fedora11, and I can execute
> both 32 and 64bit executables with it.
> 
> I have just built a new kernel (to test some PPS code), and I CANT
> execute 32bit executables with it.
> 
> There must be some option I didnt check.
> What is it?????

In the Executable formats menu there is an option (IA32 Emulation) to run
32bit binaries in 64bit land.

-- 
  "A search of his car uncovered pornography, a homemade sex aid, women's 
  stockings and a Jack Russell terrier."
    - http://www.news.com.au/story/0%2C27574%2C24675808-421%2C00.html

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

* Re: Kernel options.
  2009-11-24  4:56 Kernel options Reg Clemens
  2009-11-24  5:54 ` CaT
@ 2009-11-24  6:00 ` Américo Wang
  1 sibling, 0 replies; 7+ messages in thread
From: Américo Wang @ 2009-11-24  6:00 UTC (permalink / raw)
  To: Reg Clemens; +Cc: linux-kernel

On Tue, Nov 24, 2009 at 12:56 PM, Reg Clemens <reg@dwf.com> wrote:
> I have a pre-compiled 64bit kernel from Fedora11, and I can execute
> both 32 and 64bit executables with it.
>
> I have just built a new kernel (to test some PPS code), and I CANT
> execute 32bit executables with it.
>
> There must be some option I didnt check.
> What is it?????

I am assuming you are using an Intel processor, have you enabled
CONFIG_IA32_EMULATION?

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

* Re: Kernel options.
  2009-11-24  5:54 ` CaT
@ 2009-11-24  6:44   ` Reg Clemens
  0 siblings, 0 replies; 7+ messages in thread
From: Reg Clemens @ 2009-11-24  6:44 UTC (permalink / raw)
  To: CaT; +Cc: Reg Clemens, linux-kernel, reg

> On Mon, Nov 23, 2009 at 09:56:10PM -0700, Reg Clemens wrote:
> > I have a pre-compiled 64bit kernel from Fedora11, and I can execute
> > both 32 and 64bit executables with it.
> > 
> > I have just built a new kernel (to test some PPS code), and I CANT
> > execute 32bit executables with it.
> > 
> > There must be some option I didnt check.
> > What is it?????
> 
> In the Executable formats menu there is an option (IA32 Emulation) to run
> 32bit binaries in 64bit land.
> 

Bingo.
Thats what I was looking for.
Thanks.
-- 
                                        Reg.Clemens
                                        reg@dwf.com



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

end of thread, other threads:[~2009-11-24  6:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8277674d0706260701u3abac42eh817b72fa095e2756@mail.gmail.com>
2007-06-26 14:02 ` Kernel Options Danillo Aquino
2007-06-26 15:37   ` Alex Riesen
2007-06-26 22:17   ` Jeff Mahoney
2009-11-24  4:56 Kernel options Reg Clemens
2009-11-24  5:54 ` CaT
2009-11-24  6:44   ` Reg Clemens
2009-11-24  6:00 ` Américo Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox