From 7f79317139a494c42c849b266c5c6c38f2daf711 Mon Sep 17 00:00:00 2001
From: Hayden Chow <kin3.chow@live.uwe.ac.uk>
Date: Thu, 5 Dec 2024 16:00:47 +0000
Subject: [PATCH] edited2

---
 Worksheet2/readme.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Worksheet2/readme.md b/Worksheet2/readme.md
index e69de29..fd9ab9d 100644
--- a/Worksheet2/readme.md
+++ b/Worksheet2/readme.md
@@ -0,0 +1,10 @@
+#Task1
+```c++
+    this project implements a tiny os that demonstrates the basic of booting and writing to a CPU register.
+
+    To create a trace machines execution using the following command:
+     qemu-sysyem-i386 -nographiv -boot d -cdrom os.iso -m 32 -d cpu -D LogQ.txt
+```
+
+#Task2
+```c++
\ No newline at end of file
-- 
GitLab