Re: Non-web based LXR

2017-10-31 Thread François
of coccigrep [2] in the kernel. [1] https://courses.cs.washington.edu/courses/cse451/12sp/tutorials/tutorial_cscope.html [2] https://home.regit.org/software/coccigrep/ -- François ___ Kernelnewbies mailing list Kernelnewbies@kernelne

Re: I want write more important things

2017-05-18 Thread François
On Thu, May 18, 2017 at 06:34:40PM +0300, Roman Storozhenko wrote: > 1) Complete eudyptula challenge. It contains 20 kernel-related tasks. > I have completed 8th task and awaiting to response and I want to say that > this is a very good challenge for newbies. Eudyptula is now closed to new

Per container uptime?

2017-04-13 Thread François
Hi, after reading that post [1] on serverfault, I was wondering whether it would make sense to implement a per container uptime. Do you think it makes sense at all? Any hint on how to get started on that? Thanks François [1] http://serverfault.com/questions/830643/uptime-command-gives-weird

Re: Free Linux/Ubuntu VMs for Kernal Development?

2017-03-14 Thread François
On Tue, Mar 14, 2017 at 12:18:33PM +0800, Freeman Zhang wrote: > On 3/14/17 12:04 PM, Balaji Barmavat wrote: > > Anybody's has any VM's links to download, for practice kernel > programming? > > Well, I am using QEMU system emulator, for it's easier to connect to GDB > debugging and itself handles

Re: Char device write repeating

2016-10-05 Thread François
linux-device-driver-for-kernels.html -- François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Send packets from userspace program to kernel interface

2016-08-16 Thread François
ial/ Best regards, François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: one more new Bie

2016-08-09 Thread François
p://examples.oreilly.com/9780596005900/ Not that recent obviously :( For instance, in sbull, they use blk_fs_request which does not exist anymore. -- François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Stupid question regarding bogomips and udelay()

2016-08-01 Thread François
udealay() in high/low frequency to see wether you see an actual difference between runs? Sorry I don't have final answers! -- François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Minimul Config file for Dev Environment

2016-07-30 Thread François
up on my laptop. > > Could somebody point the minimal .config file that will save from me > reading all the options and compile the kernel quickly and test it. I use make default which creates a working .config and then edit it. You can use qemu (until some point) to make sure the kernel boots.

Re: Help understanding block layer sample in LDD3

2016-07-29 Thread François
On Fri, Jul 29, 2016 at 04:26:41PM +0530, Pranay Srivastava wrote: > On Fri, Jul 29, 2016 at 4:15 PM, François <f...@code-libre.org> wrote: > > On Fri, Jul 29, 2016 at 03:58:28PM +0530, Pranay Srivastava wrote: > >> > >> I don't see req->buffer. Which v

Re: Help understanding block layer sample in LDD3

2016-07-29 Thread François
Thanks for your input! -- François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Help understanding block layer sample in LDD3

2016-07-29 Thread François
ing which approach (between those two) I should pickup. Thanks for reading so far, and for any hints :) [1] https://github.com/martinezjavier/ldd3/blob/master/sbull/sbull.c -- François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Are these books outdated?

2016-07-23 Thread François
newer books and/or tutorials you could recommend? That's an interesting question, I'm willing to know the opinion of other members of kernelnewbies on those books, and others they would recommand. -- François ___ Kernelnewbies mailing list K

Re: Are these books outdated?

2016-07-14 Thread François
newer books and/or tutorials you could recommend? That's an interesting question, I'm willing to know the opinion of other members of kernelnewbies on those books, and others they would recommand. -- François ___ Kernelnewbies mailing list K

Re: LINKS PLEASE

2016-05-17 Thread François
he management of the all process (initialization, user process, >kernel process ) >3. the all tables in memory to manage the data and process There might be out-dated things in the document, but I think it's a good start for you. http://www.csn.ul.ie/~mel/projects/vm/guide/pd

Re: can anyone tell me which function to call to pause the kernel

2016-05-12 Thread François
Hope this help. François ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies