Search:

Type: Posts; User: oldercoder

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,304

    Thanks for attention. Fork() just forks a...

    Thanks for attention.

    Fork() just forks a child process, nothing special.
    Echo() works like fprint(). The number indicates the number of characters. There is no problem there.
    Nice() is used the...
  2. Replies
    4
    Views
    2,304

    a practice problem on C and OS

    I am learning OS and using nachos as an instruction tool. Anyway, here is a question. The following code will lead to a "segmentation fault". Specifically, the program runs well until the thread...
Results 1 to 2 of 2