os242
LINKS
OS242 Pages – Easy Access
https://os.vlsm.org/
— OS242 main page
OS Log Codes
— The list of log codes for mylog.txt
OS Assignment Page
— Straightforward access to OS242 assignment page
OS242 Basic Courses
Linux Crash Course - Easy Terminal Commands for Inspecting Hardware
— Some easy-to-use commands to inspect hardware. These commands will help with listing PCI devices, viewing information about CPU, and more.
AWK Basics
— This contains the youtube video talking about the basics of AWK
RegEx Basics
— This contains the youtube video talking about the basics of RegEx
Vim Basics
— This contains the youtube video talking about the basics of Vim
CyberSec Video
— This contains the youtube video talking about Cyber Security
60 Basic Linux Commands
— Tutorial of 60 Linux command lines i might need down the line
The fork() function in C
— A basic tutorial of fork function in C
OS242 References
Silberschatz Book
— The book of Operating System Concepts by Silberschatz
Weekly Topic References
Memory Addressing Modes
— A comprehensive overview of different memory addressing modes used in computer architecture
Pointer tutorial
— A step-by-step tutorial of Pointers in C
Basics of Virtual Memory
— An explanation of virtual memory in operating system
Interprocess Communication explanation
— A simple youtube video explaining about interprocess communication
Deadlockin Operating System
— A quick 4-minute introduction of deadlock in operating system.
Deadlock & Starvation in Semaphore
— More explanation about deadlock and starvation.
LFS Tutorial
— A series of tutorial video explaining the LFS book.
Basics of CPU Scheduling
— A video explaining the basics of CPU scheduling.