Find the answer to your Linux question:
Page 39 of 171 FirstFirst ... 29 35 36 37 38 39 40 41 42 43 49 89 139 ... LastLast
Threads 761 to 780 of 3405

Forum: Kernel

Request help with Linux kernel compilation, theory, programming, or other kernel related issues

  1. fails to access embedded board using telnet

    Hi all I am using a custom board with at91sam9260 micro controller. I could boot the board successfully with Linux Kernel 2.6.20(customized...

    Started by sjremya, 11-26-2010
    • Replies: 1
    • Views: 634
    11-29-2010 Go to last post
  2. kernel code not working

    Hi, I wrote small code in read_write.c in linux-2.6.35.4/fs/. I am trying to retrieve entire path of some file where read operation is being...

    Started by swap_chau, 11-19-2010
    • Replies: 1
    • Views: 306
    11-29-2010 Go to last post
  3. Set debug mode using blob bootloader

    Hi, I want to debug kernel using gdb. My bootloader is blob and I need to configure it to gdb debug mode when it starts kernel, so I can use gdb on...

    Started by keblues, 11-27-2010
    • Replies: 0
    • Views: 688
    11-27-2010 Go to last post
  4. message: "No irq handler for vector"

    Hi all, I've implemented a PCI driver with MSI interrupt. For the first time I load my module (insmod ...), my driver works fine. I see expected...

    Started by jefflieu, 11-20-2010
    • Replies: 9
    • Views: 3,125
    11-24-2010 Go to last post
  5. RTLinux Installation Error after make bzImage..

    Hi I am trying to install RTLinux in Linux Kernel 2.4.18 ... I am using rtlinux 3.2-pre3... I have successfully followed steps till " make dep "......

    Started by mahanthesh, 11-22-2010
    • Replies: 0
    • Views: 1,132
    11-22-2010 Go to last post
  6. BUG: unable to handle kernel paging request at address

    I have a linux driver which is called with an application. The app runs ok at the first time, but at the 2nd time, it will crash with this error...

    Started by lfu, 11-20-2010
    • Replies: 0
    • Views: 1,666
    lfu
    11-20-2010 Go to last post
  7. hook calling at current stack

    Hello! I have to simulate some rtos kernel as linux application, just now it works well, but in coroutine mode, where threads switch each other. To...

    Started by merk666, 11-18-2010
    • Replies: 0
    • Views: 309
    11-18-2010 Go to last post
  8. oom-killer invoked when plenty of memory...

    Hello, Hopefully this is a simple question for someone for knows something about Linux memory management. I am running Squid 2.7STABLE9 on a...

    Started by blankmind, 11-18-2010
    • Replies: 3
    • Views: 1,921
    11-18-2010 Go to last post
  9. sock_sendmsg in does not send sometimes

    Hi, Am using the code below in a server, kernel thread to send UDP messages to a client. This works fine mostly (9 out of 10 times). However,...

    Started by rrelect, 11-16-2010
    • Replies: 3
    • Views: 884
    11-17-2010 Go to last post
  10. [SOLVED] .config file problem

    Hi, I have fedora 12 installed on my desktop. I tried to compile kernel 2.6.35 on it, but it seems that my config file is not matching with my...

    Started by swap_chau, 10-08-2010
    • Replies: 5
    • Views: 478
    11-16-2010 Go to last post
  11. wrap copy in 8139too.c

    I came across a function wrap_copy on Linux Cross Reference - Free Electrons I came across a function wrap_copy on add http to following text...

    Started by velocity, 11-14-2010
    • Replies: 2
    • Views: 532
    11-15-2010 Go to last post
  12. can interrupt handlers be interrupted by other interrupt handlers

    what i learnt is that interrupt handlers dont run in process context and cannot be preempted. whan an interrupt handler is called, the interrupts...

    Started by suppie, 11-13-2010
    • Replies: 3
    • Views: 1,150
    11-14-2010 Go to last post
  13. [SOLVED] Kernel Compiling Error Help(Kernel Panic)

    Hi Everybody I am trying to compile my own kernel but i am getting same error at everytime. VFS:Unable to mount root fs via NFS,trying floppy...

    Started by muhammedda, 11-13-2010
    2 Pages
    1 2
    • Replies: 11
    • Views: 2,238
    11-14-2010 Go to last post
  14. Question sYSMALLOc failed with program abort

    Good afternoon, I develop an application and receive a following error message during its work: malloc.c:3096: sYSMALLOc: Assertion `(old_top...

    Started by Schmidt, 11-05-2010
    2 Pages
    1 2
    • Replies: 11
    • Views: 7,174
    11-13-2010 Go to last post
  15. kernal

    how to make bootable linux kernal through cd/usb(new kernal kernal 2.6.36 ) kernal.rog)

    Started by janakiramulu, 11-13-2010
    • Replies: 1
    • Views: 360
    oz
    11-13-2010 Go to last post
  16. Studying the linux kernel

    Hello, I'm a new user of this forum and I've been using Linux since a few years. Recently, I've started to study the Kernel Linux and I was looking...

    Started by Daredev, 11-11-2010
    • Replies: 2
    • Views: 440
    11-12-2010 Go to last post
  17. Hrtimer

    Hi, i'm a Linux kernel programming newbie. However I'm involved in a project, in which I have to develop a new scheduling class for a new...

    Started by pbsousa, 03-25-2009
    • Replies: 4
    • Views: 2,782
    oz
    11-11-2010 Go to last post
  18. Shared libraries auto load when app starts up

    Hi all, I am using Linux OS ... my application XYZ uses shared libraries libA.so, and libB.so. When application XYZ is started .... the libA.so...

    Started by uonedang71, 11-09-2010
    • Replies: 5
    • Views: 749
    11-10-2010 Go to last post
  19. Kernel Measures

    Hello, I am interested in obtaining data from linux kernel like Lines of code, number of functions, complexity of the code, ... Where can I ask for...

    Started by human21, 11-08-2010
    • Replies: 3
    • Views: 421
    11-09-2010 Go to last post
  20. Do ioread32/iowrite32 assume volatile pointer?

    I'm trying to convert all my driver references from using pointer dereferencing to read/write PCI device memory, to using ioread/iowrite functions as...

    Started by Felnekir, 11-04-2010
    • Replies: 2
    • Views: 3,039
    11-08-2010 Go to last post

Page 39 of 171 FirstFirst ... 29 35 36 37 38 39 40 41 42 43 49 89 139 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •