Setting up development environment using QEMU.

2012-06-08 Thread Aft nix
-- Forwarded message -- From: Aft nix aft...@gmail.com Date: Fri, Jun 8, 2012 at 6:07 PM Subject: Setting up development environment using QEMU. To: kernelnewb...@kernelnwebies.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm trying to set up a development

Re: New kernel for Chipbox

2012-06-08 Thread Javier Martinez Canillas
On Thu, Jun 7, 2012 at 1:53 PM, Sertac TULLUK ser...@merihvideo.com.tr wrote: Dear Harishkumar; I already know how to find the changes, please see my 1st e-mail below. The problem is, those changes are more than thousands of lines of code, and hundreds of files are added or modified. I

Re: Setting up development environment using QEMU.

2012-06-08 Thread Adam Lee
On Fri, Jun 08, 2012 at 06:08:44PM +0600, Aft nix wrote: But when i get a connection, Qemu Starts to boot. But it complains that the kernel needs a 64 bit Cpu. But as i have configured it to be x86 it should not be the case. Sure about this? Check the output of `file vmlinux` Where i'm

Re: Setting up development environment using QEMU.

2012-06-08 Thread Aft nix
On Fri, Jun 8, 2012 at 6:46 PM, Adam Lee adam8...@gmail.com wrote: On Fri, Jun 08, 2012 at 06:08:44PM +0600, Aft nix wrote: Sure about this? Check the output of `file vmlinux` You were right then. $file vmlinux $vmlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,

Re: Setting up development environment using QEMU.

2012-06-08 Thread Adam Lee
On Fri, Jun 8, 2012 at 6:46 PM, Adam Lee adam8...@gmail.com wrote: On Fri, Jun 08, 2012 at 06:08:44PM +0600, Aft nix wrote: Sure about this? Check the output of `file vmlinux` You were right then. $file vmlinux $vmlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV),

is memcpy a system call?

2012-06-08 Thread J.Hwan Kim
Hi, everyone Is memcpy a system call? Thanks in advnace, Best Regards, J.Hwna Kim ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: is memcpy a system call?

2012-06-08 Thread siddharth saxena
Hi Memcpy is both- a system call as well as a user library function. Implementation differs Regards Siddharth On Jun 8, 2012 8:42 PM, J.Hwan Kim frog1...@gmail.com wrote: Hi, everyone Is memcpy a system call? Thanks in advnace, Best Regards, J.Hwna Kim

Re: is memcpy a system call?

2012-06-08 Thread rahul dev
Is memcpy a system call? Thanks in advnace, memcpy is *not* a system call. It is a standard C library function. System calls are those where you enter the kernel mode and ask your OS to do something for you (like read/write from disk). For memory copy you don't need to take the service

Re: is memcpy a system call?

2012-06-08 Thread Jonathan Neuschäfer
On Sat, Jun 09, 2012 at 12:11:36AM +0900, J.Hwan Kim wrote: Hi, everyone Is memcpy a system call? Thanks in advnace, Best Regards, J.Hwna Kim strace is a good tool to find out which system calls a program is doing. To answer your question, I don't think it makes much sense to

Re: is memcpy a system call?

2012-06-08 Thread Jonathan Neuschäfer
On Fri, Jun 08, 2012 at 08:51:09PM +0530, siddharth saxena wrote: Hi Memcpy is both- a system call as well as a user library function. Implementation differs Can you give me an example of memcpy being implemented as a syscall? Thanks, Jonathan Neuschäfer

Re: is memcpy a system call?

2012-06-08 Thread Ezequiel Garcia
On Fri, Jun 8, 2012 at 12:11 PM, J.Hwan Kim frog1...@gmail.com wrote: Hi, everyone Is memcpy a system call? Use the force, read the source uclibc: http://git.uclibc.org/uClibc/tree/libc/string/generic/memcpy.c glibc:

Re: Setting up development environment using QEMU.

2012-06-08 Thread Ritesh Harjani
Hello guys, As I have recently came to know about QEMU which is a quick emulator and support emulation of ARM architecture. I wanted to boot linux onto QEMU, by setting up various nodes and devices from scratch. I want everything to be hand coded or atleast should have an idea of the (what my

Re: Module vs Kernel main performacne

2012-06-08 Thread Abu Rasheda
I modified my module (m.c). Still sending buffer from user space using ioctl, but instead of copying data from buffer provided by user, I have allocated (kmalloc) a buffer and I copy from this buffer to another kernel buffer which is allocated each time this module ioclt is invoked.

hello

2012-06-08 Thread yungho breezy
hello,I want to be added to this mailing list. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: hello

2012-06-08 Thread 王哲
2012/6/9 yungho breezy yungho5...@gmail.com hello,I want to be added to this mailing list. go to the kernelnewbies.org to subscribe. http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies ___ Kernelnewbies mailing list