From 1e10cc18dc8c8e08b14ba1f483a3e206e6b71596 Mon Sep 17 00:00:00 2001 From: eggboixd Date: Sun, 15 Mar 2026 00:02:05 +0700 Subject: [PATCH] docs: update README.md --- README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8d272..50ceb94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,60 @@ -# Operating Systems Lab — Exercise List +# Operating Systems Lab — Module 1 Exercise List + +## Getting Started + +Follow these steps before attempting any of the exercises below. + +### 1. Install Git (if not already installed) + +```bash +sudo apt update && sudo apt install -y git +``` + +To verify the installation: + +```bash +git --version +``` + +### 2. Clone the Repository + +```bash +git clone https://gitea.frevinnoh.dev/frevinnoh/sisop_module1_exercise.git +``` + +### 2. Move into the Lab Directory + +```bash +cd sisop_module1_exercise +``` + +### 3. Explore the Structure + +Take a moment to look around before you start: + +```bash +ls -la +``` + +You should see the following directories and files: + +``` +archive/ +config/ +data/ +logs/ +maze/ +scripts/ +README.md +``` + +### 4. Answer the Questions + +Work through the exercises in the table below. Some questions require you to create new files or scripts — save them in the locations specified. **Do not delete or modify any provided files unless a question explicitly asks you to.** + +--- + +## Exercise List | # | Topic | Question | |---|-------|----------|