Files
CoderSherlock.github.io/_posts/2022-02-22-22s-cs350-labs.md
T

1.0 KiB

title, date, tags, author, cover
title date tags author cover
Lab transcripts of CS350 in Spring 2022 2022-02-22 17:08:17 -0400
Xv6
Teaching
Operating system
Binghamton university
Pengzhan Hao /static/2022-02/BU.jpeg

This will be a series regarding lab I gave during the spring 2022 semester.

The reason why I am writing this down is because it has been a week and no students ask for the solution of the last Lab. I realise that learning gap between students are huge, especially when a non-profit university is admitting more and more students. To help all students in understanding concepts of modern OS, I decided to write this post.

It starts with the past lab content I have (as the skelton), and will be amended with extra materials I think it helps. Remember, it's for helping in learning. DON'T COPY & PASTE CODE!

Index

Lab1: Introduction of Makefile and Xv6.
Lab3: System calls for process management.
Lab4: Inter-processes communication.

Lab1-Introduction

Lab3-Process

Lab4-IPC