diff options
Diffstat (limited to 'user1.c')
| -rw-r--r-- | user1.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +void +fork() +{ + asm("mov $1, %eax"); + asm("int $48"); +} + +main() +{ + fork(); + while(1) + ; +} |
![]() |
index : xv6-labs-2022/.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |