From aae4e7490fbb61de13f61d90092b177eeb258216 Mon Sep 17 00:00:00 2001 From: Cody Cutler Date: Fri, 12 Sep 2014 17:18:57 -0400 Subject: cmosgetdate() for system-call homework the day of reckoning has come for the debug port "Shutdown" hack. instead of mucking with ACPI or using a new hack, the student will now write sys_date() using the cmosgetdate() helper. --- sysproc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysproc.c') diff --git a/sysproc.c b/sysproc.c index c66339e..027a5e5 100644 --- a/sysproc.c +++ b/sysproc.c @@ -1,6 +1,7 @@ #include "types.h" #include "x86.h" #include "defs.h" +#include "date.h" #include "param.h" #include "memlayout.h" #include "mmu.h" -- cgit v1.2.3