x86 assembly - linking order query

2009-11-13 Thread sudheer.divakaran
Hi List, Sorry for the off topic question. I think I have better chance of getting a solution from this list.. I was experimenting with x86 assembly under Linux, I have defined two functions (AsmFn1,AsmFn2) in a file named asm.s and my main function (c function) calls 'AsmFn1' & it calls AsmFn

Re: configuration of NFS root file system

2009-11-13 Thread Abhijeet Tripathi
On Fri, 2009-11-13 at 08:19 -0800, K R I S K wrote: > On Thu, Nov 12, 2009 at 11:34 PM, J.H.Kim wrote: > > Hi,everyone > > > > I'm tring to use NFS. > > My host IP is 192.168.0.7 and gateway is 192.168.0.1, netmask is > > 255.255.255.0 > > My host is debian, and I exported nfs directory in /etc/e

Re: configuration of NFS root file system

2009-11-13 Thread K R I S K
On Thu, Nov 12, 2009 at 11:34 PM, J.H.Kim wrote: > Hi,everyone > > I'm tring to use NFS. > My host IP is 192.168.0.7 and gateway is 192.168.0.1, netmask is 255.255.255.0 > My host is debian, and I exported nfs directory in /etc/exports > The /etc/exports file contains following "/home/frog/nfs > 1

using Exofs

2009-11-13 Thread Vineet Agarwal
Hello Everyone, Recently, EXOFS - Entended Object File System has been added to Linux Kernel. This File system works on OSD devices. So, I wanted to learn, test and use this new technology file system. As this file system work on OSD. Can anyone suggest me a way to emulate a loop device to work a

RE: local_irq_disable question

2009-11-13 Thread Rajat Jain
Hi, > What is effect of calling local_irq_disable and local_irq_enable from > an interrupt context? Just what the name says. It disables / enables the interrupts on the local processor. Please note that you should not enable interrupts in an atomic context (For. E.g. while holding a spinlock) -

local_irq_disable question

2009-11-13 Thread Lal
What is effect of calling local_irq_disable and local_irq_enable from an interrupt context? Does local_irq_disable disable preemption implicitly? -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.or

Re: configuration of NFS root file system

2009-11-13 Thread Thomas Petazzoni
Le Fri, 13 Nov 2009 16:34:10 +0900, "J.H.Kim" a écrit : > VFS: Mounted root (nfs filesystem). Your root filesystem was mounted properly... > Freeing init memory: 128K > Warning: unable to open an initial console. ... but lacks /dev/console. Just read the error messages :-) Sincerely, Thomas