106 OS homework 2-2 成果報告書

組長:B10415054,陳俊翰, hanstanny@gmail.com
組員:B10415033,張紹山, jeffreykurniawan14@gmail.com
github: https://github.com/crozzero/xv6-public/tree/master


🙂 使用情境說明(包含流程圖)

Prompts user to read date and time. When the condition is reached, there will be a notification alarm for the user.


😇 成功畫面

There are errors which lead to failure of the xv6.


🏃 實作過程(修改哪些檔案[含圖片])

Edit:
syscall.c
syscall.h
usys.S
user.h
trapasm.S
trap.c
x86.h
umalloc.c
vm.c
proc.c
proc.h
defs.h

Add sysdatetime.c and testcase.c


😎 結論

We could have done better if we have better time management. We did this in a short period of time


📅 組員分工

陳俊翰: will create the alarm function in xv6. Test and Debug will also be handled
張紹山: will create the date function in xv6. Test and Debug will also be handled.