Find the answer to your Linux question:
Page 96 of 171 FirstFirst ... 46 86 92 93 94 95 96 97 98 99 100 106 146 ... LastLast
Threads 1901 to 1920 of 3401

Forum: Kernel

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

  1. Question scheduling real-time and non real-time processes

    Hello All I have a doubt in linux scheduling algorithm. How does linux distinguishes a real-time and a non real-time process? In other words,...

    Started by sundaresan, 07-22-2008
    • Replies: 4
    • Views: 798
    07-29-2008 Go to last post
  2. Question on using mmap to access physical memory

    Hi, I am pretty new to linux and i have a few questions about an approach for an NVRAM driver. We have 4 segments of memory that are attached...

    Started by Gnu2Linux, 07-24-2008
    • Replies: 5
    • Views: 9,152
    07-28-2008 Go to last post
  3. Quesion on Startup and Initialization

    panic(); /*Oops, Question misspelled!!*/ I have a need to do some one time initialization of a device over i2c after a reset. I am curious as to...

    Started by Gnu2Linux, 07-27-2008
    • Replies: 0
    • Views: 496
    07-27-2008 Go to last post
  4. Device driver + static link library?

    Hi, To compile a loadable module, as far as I know you add something like this to the make file: obj-m := my_module1.o my_module2.o But what...

    Started by evilquesadilla, 01-17-2008
    • Replies: 4
    • Views: 4,979
    07-25-2008 Go to last post
  5. limiting the allocated number of slabs

    Is there any limitation to the number of slabs allocated for a particular cache? If yes, what is the limit and how can we change this upper limit? I...

    Started by patrick0558, 07-24-2008
    • Replies: 0
    • Views: 615
    07-24-2008 Go to last post
  6. Linux Bootup hangs after adding RealTime Premption and HR-Timer

    Hi All, My Hardware is ARM based and the I am using ELDK (linux-2.6.19.2). I added a patch for Real-Time Preemption and it did work. I added High...

    Started by p_ashish, 07-24-2008
    • Replies: 0
    • Views: 1,451
    07-24-2008 Go to last post
  7. Kernel panic - not syncing

    When i tried to load the root file system, i am getting error. Here is the trace version 2.6.13-jaluna (root@localhost.localdomain) (gcc version...

    Started by mourya, 06-25-2008
    • Replies: 1
    • Views: 3,410
    07-23-2008 Go to last post
  8. Duplicating skb without using skb_copy

    Hi all, I have a network driver in its final stages of development that needs some optimization. Its purpose is to accept data from the user,...

    Started by WJDragon, 07-23-2008
    • Replies: 0
    • Views: 1,874
    07-23-2008 Go to last post
  9. FTL in Linux 2.6 kernel

    Which Flash Translation Layer (FTL) algorithm is used in the Linux 2.6 kernel to manage USB flash devices. Thank you. Pavan

    Started by prog4linux, 07-23-2008
    • Replies: 1
    • Views: 2,233
    07-23-2008 Go to last post
  10. Question about Page table dirty bit

    Hi, Everyone: I want to track the dirty memory pages between two checkpoints by using the dirty bit of the page table. The idea is : I clear...

    Started by Lanyue, 07-22-2008
    • Replies: 0
    • Views: 2,354
    07-22-2008 Go to last post
  11. Unable to resolve kernel panic in a custom Netfilter hook

    Hi all, I try to implement my first kernel module. I have just come to a problem which I'm unable to solve ... I do "something" what raises a...

    Started by mchf, 07-22-2008
    • Replies: 0
    • Views: 1,312
    07-22-2008 Go to last post
  12. Where is LKM's text and data segment

    Hi all, I read the article about the internal of LKM. But I still don't know where is the location of the text and data segment of LKM once LKM...

    Started by tommy24, 07-22-2008
    • Replies: 0
    • Views: 510
    07-22-2008 Go to last post
  13. Exclamation why the serials go bad every 5000 seconds

    hello everybody The problem troubled me very long time. My platform is: ARM9 (S3C2410) with 3 serials Linux 2.6.14.7 GPS (Oncore M12T) I used...

    Started by shumybest, 07-18-2008
    • Replies: 1
    • Views: 733
    07-22-2008 Go to last post
  14. kmalloc and fragmentation

    I'm using linux kernel version 2.6.24 for an embedded system. For a hardware device I need to provide many large physically contiguous allocations (...

    Started by caliban3d, 07-21-2008
    • Replies: 0
    • Views: 1,340
    07-21-2008 Go to last post
  15. Memory usage reporting when using pthreads in 2.6

    I have a multi-threaded program that runs on linux, Solaris and AIX. It simulates logic circuits. For one such simulation, the program reports that...

    Started by bkeller, 06-25-2008
    • Replies: 9
    • Views: 8,585
    07-21-2008 Go to last post
  16. Getting ready for an exam...

    My first post here :D getting ready for op-sys exam and had a few questions the answer to which i cant really find on the web, was wondering if you...

    Started by KathieZ, 07-21-2008
    • Replies: 0
    • Views: 412
    07-21-2008 Go to last post
  17. Moving a kernel image from IDE to SATA

    Hi, I have a 16MB image of a bare bones kernel installation that was previously created using a 2.4 kernel and runs off /dev/hda1. It works when I...

    Started by galapogos, 07-19-2008
    • Replies: 1
    • Views: 1,550
    07-21-2008 Go to last post
  18. Turning on/off debug messages

    Hi, How do I enable/disable all debug messages when the kernel is booting up? From my limited understanding I have to change the...

    Started by galapogos, 07-21-2008
    • Replies: 0
    • Views: 610
    07-21-2008 Go to last post
  19. XEN error help!!

    I got an error "xen Not Enough memory to stash the DOM0" when I boot IBM-T40 by kernel " xen.gz-2.6.18-53.el5 " Meiner Linux version ist ...

    Started by huaxia, 07-20-2008
    • Replies: 0
    • Views: 478
    07-20-2008 Go to last post
  20. Shared memory in Linux

    Hi all, I have two processes read and write using shared memory.I have to synchronize both these processes so that one occurs after the...

    Started by amayank77, 07-17-2008
    • Replies: 2
    • Views: 2,931
    07-18-2008 Go to last post

Page 96 of 171 FirstFirst ... 46 86 92 93 94 95 96 97 98 99 100 106 146 ... 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
  •