Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: shell and kernel
Description: My notes about how kernel and shell work. very easy to understand . easy to learn .

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


– the thread context is changed so that:
∗ the program counter is set to a fixed (determined by the hardware)
memory address, which is within the kernel’s address space
∗ the stack pointer is pointed at a stack in the kernel’s address space

System Call Execution and Return


Once a system call occurs, the calling thread will be executing a system call handler,
which is part of the kernel, in system mode
...




When the kernel is finished, it returns from the system call
...



Title: shell and kernel
Description: My notes about how kernel and shell work. very easy to understand . easy to learn .