os211

Home | LOG | GitHub

W04’s TOP 10 Pages

I keep whatever site which is still relevant.

  1. What is an Address Space
    An article providing explanation on address space, it also have a lot of others topic with a navigating menu on the left side of the screen. This web have many of OS topics with a good explanation.

  2. Difference Between Logical and Physical Address in Operating System
    A short article explaining difference on logical and physical address. It’s explaied really well and have table for basis of comparison. Very usefull.

  3. Operating System - Memory Management
    This page have a comprehensive explanation on memory management, which include process address space, statc and dynamic loading, Static vs Dynamic Linking. Interesting read to be sure.

  4. The Virtual File System article
    Give you overview of Virtual File System, and how to configure it, with various commancd and parameters explained. Really good, if you prefer reading.

  5. Dynamic and Shared library
    This site explaining dynamic and shared library on OS. It is short and well explainde. it also provide related articles which is very usefull.

  6. Shared libraries and shared memory
    It’s the same web from the the one on before, IBM knowledge centre. This time it’s about shared libraries and shared memory. It’s really well explained and complete. Definetly recommend to read.

  7. Static vs Dynamic libraries
    An article explaining Static and dynamic library. This article is writtend in a informal kind of way, so it’s kinda comfortable to read and easy to understand. Also complete with bunch of image to help ilustrate things it explained.

  8. Finding User/Kernel Pointer Bugs With Type Inference
    It’s a quiite complacated article. But it is interesting to be sure. It is an artile written by professor from University of California.

  9. EDX
    Somewhat similiar with Udacity. It’s filled with tons of course created by top level university from all over the world. They have course on C, Linux basic, Linux Library, etc. for this course, and a lot of other stuff outside this course or even cs fields. Definitely worh the check if you never hear of them.

  10. Pointer Power
    A 20 minutes video explaining pointer. It’s nicely explaied, with an interesting way to domenstrate the concept. My best link of the week, definetly worth the watch.