finish top

This commit is contained in:
KAAAsS 2022-04-20 23:28:25 +08:00
parent 32db19a03c
commit 84ad820223
Signed by: KAAAsS
GPG Key ID: D22F53AF662411FE

View File

@ -91,7 +91,7 @@ int do_cd(char *cmdline)
int do_top()
{
// TODO: your code here
usys_top();
return 0;
}