Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 706e5cb

Browse files
committed
feat: task status
1 parent 01eac75 commit 706e5cb

File tree

7 files changed

+2
-24
lines changed

7 files changed

+2
-24
lines changed

include/shuwen/sched.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ struct task_struct{
1515
int normal_prio; // normal priority
1616
unsigned int rt_priority; // real time priority
1717

18-
/* Memory management */
18+
// Memory management
1919
struct mm_struct *mm;
2020
struct mm_struct *active_mm;
2121

22-
/* File management */
22+
// File management
2323
}

test/echoarg/echoarg

-8.21 KB
Binary file not shown.

test/echoarg/echoarg.c

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/fork/a.out

-8.21 KB
Binary file not shown.

test/fork/fork.c

Lines changed: 0 additions & 8 deletions
This file was deleted.

test/hello/a.out

-8.16 KB
Binary file not shown.

test/hello/hello.c

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)