From 69ce1183e4c1c5d0a0aabae08d2ea852f2885ff8 Mon Sep 17 00:00:00 2001
From: Adril Putra Merin <117564741+ninoaddict@users.noreply.github.com>
Date: Mon, 20 May 2024 22:59:44 +0700
Subject: [PATCH] Update README.md
---
README.md | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index db9a5d6..4e68ab4 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# doOrS
+
πͺdoOrSπͺ
-
+
+
+
-## Project Description
+## π Project Description
This Repository is meant for the Operating System Course that serve as an introduction to kernel development and concretely demonstrate the subsystems within an operating system. The target platform for the operating system is the x86 32-bit Protected Mode, which will later be run using QEMU.
@@ -14,7 +16,7 @@ Milestone 2 focused on preparing the environment for user process. This included
Milestone 3 focused on enabling the operating system to run multiple processes concurrently. This included implementing process switching with context switches, creating a process manager to handle scheduling algorithms, and managing the creation, termination, and cleanup of processes.
-## Running The Program
+## π Running The Program
for creating a disk image, use `make disk` command, this will create a new disk image and delete the last one.
@@ -24,7 +26,7 @@ fot inserting the clock, use `make insert-clock` command, this will insert clock
Run the makefile using `make run` command, the program will automatically be compiled, and a kernel window will podp up using the QEMU Emulator.
-## Commands
+## π» Commands
In the user shell, you can run the following commands:
@@ -91,7 +93,7 @@ In the user shell, you can run the following commands:
-## Program Structure
+## π Program Structure
```
.
@@ -163,7 +165,7 @@ In the user shell, you can run the following commands:
```
-## Team Member
+## π§βπ€βπ§ Team Member
| NIM | Name | Github Profile |
| -------- | --------------------------- | ------------------------------------------------- |