From 84ad820223ae5fbc10d02007a2ff90cf5c99561a Mon Sep 17 00:00:00 2001 From: KAAAsS Date: Wed, 20 Apr 2022 23:28:25 +0800 Subject: [PATCH] finish top --- lab5/user/lab5/apps/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab5/user/lab5/apps/init.c b/lab5/user/lab5/apps/init.c index bcda0f5..dd83e0e 100644 --- a/lab5/user/lab5/apps/init.c +++ b/lab5/user/lab5/apps/init.c @@ -91,7 +91,7 @@ int do_cd(char *cmdline) int do_top() { - // TODO: your code here + usys_top(); return 0; }