diff --git a/Worksheet2/readme.md b/Worksheet2/readme.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fd9ab9d88ecd053aca23e04574eacdfe1aefd7a2 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