View on GitHub

os202

HOME


Top 10 List of Week 00

  1. OSP4diss
    Website ini berisi tentang tutorial-tutorial yang diperlukan dalam pembelajaran OS
  2. GitHub cbkadal
    cbkadal merupakan contoh akun github yang juga bermanfaat untuk tutorial OS
  3. Wiki OS
    Operation System menurut Wikipedia
  4. Advanced Programmable Interrupt Controller
    Advanced Programmable Interrupt Controller, APIC is a PIC (programmable interrupt controller) with advanced interrupt management. It was first developed by Intel and replaces the 8259 interrupt controllers. APIC is necessary for dual processing or multiple-processor support and has been available since the original Intel Pentium.
  5. Exception and Interrupt Handling
    What should be done when an exception or interrupt occurs?
  6. Von Neumann Architecture
    The modern computers are based on a stored-program concept introduced by John Von Neumann. In this stored-program concept, programs and data are stored in a separate storage unit called memories and are treated the same.
  7. Asymmetric vs Symmetric Multiprocessing
    Terdapat dua jenis Multiprocessing yaitu asimetrik dan simetrik. Simetrik multiprocesing processor berbagi dalam memori yang sama, sedangkan asimetrik terdapat satu processor utama yang mengatur data structur sistemnya.
  8. Different between Multicore and Multithreading
    Perbedaan Multicore dan Multithreading
  9. Shell Scripting
    Presentation about Shell Scripting : REGEX, AWK, SED, & GREP By Alexander B. Pacheco, LTS Research Computing
  10. File System
    A file system is a process that manages how and where data on a storage disk, typically a hard disk drive (HDD), is stored, accessed and managed. It is a logical disk component that manages a disk’s internal operations as it relates to a computer and is abstract to a human user.

«