Search:

Type: Posts; User: anjana

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,750

    what are these kernel patches & how can a...

    what are these kernel patches & how can a sheduler be patched with the kernel
  2. Replies
    1
    Views
    2,691

    new scheduler in linux

    hi

    how to write a new scheduler in linux and include it in the linux kernel
  3. Replies
    6
    Views
    2,750

    but , in the linux documentation it is written...

    but , in the linux documentation it is written linux kernel does not support loding of modules related to scheduling policies.

    then when should these modules be loaded in the linux kernel. is it...
  4. Replies
    6
    Views
    2,750

    scheduler in linux

    hi

    i have a dought about linux scheduler.

    in linux there are 3 policies of scheduling ie; round robin, FIFO and time sclice.

    but if i want to have my own scheduling policy is it possible...
  5. Replies
    4
    Views
    982

    if i have a code like this : #ifdef TABLE_SIZE...

    if i have a code like this :

    #ifdef TABLE_SIZE
    int table[TABLE_SIZE];
    #endif

    how to define TABLE_SIZE in this case
  6. Replies
    4
    Views
    982

    how to call macros from the command prompt

    hi

    how to call a macro from the command prompt
  7. Replies
    2
    Views
    2,227

    scheduling in linux

    hi

    what kind of scheduling is used in linux. can we change the default scheduling process in linux and use our own scheduler in linux.
  8. maximum range for declaring a array of register type

    hi

    what is the maximum length for an array that is declared to be of type register.

    if i have a declaration like this in my code
    ex: register arr[100];

    will this declaration cause an error...
  9. Replies
    3
    Views
    1,796

    thank you sir for the soliution as well as the...

    thank you sir for the soliution as well as the suggestion. now i am no more a failure
  10. Thread: semantics

    by anjana
    Replies
    4
    Views
    1,676

    thank you

    thank you
  11. Thread: semantics

    by anjana
    Replies
    4
    Views
    1,676

    semantics

    what is ment by semantics in software terminology
  12. Replies
    3
    Views
    1,796

    reverse a string in place

    how to reverse a character string inplace using recursive functions
  13. Thread: string reversal

    by anjana
    Replies
    2
    Views
    993

    string reversal

    how to reverse a string inplace
Results 1 to 13 of 18