Changeset ff3b3197 in mainline for generic/src/main/kinit.c
- Timestamp:
- 2005-11-25T22:58:38Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4338d2
- Parents:
- 78c32b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/main/kinit.c
r78c32b4 rff3b3197 42 42 #include <arch/mm/page.h> 43 43 #include <mm/vm.h> 44 #include <mm/frame.h> 44 45 #include <print.h> 45 46 #include <memstr.h> 47 #include <console/console.h> 46 48 47 49 #ifdef CONFIG_SMP … … 56 58 #endif /* CONFIG_TEST */ 57 59 58 #include <mm/frame.h> 60 59 61 60 62 void kinit(void *arg) … … 169 171 #endif /* CONFIG_TEST */ 170 172 171 while (1) { 172 thread_sleep(1); 173 printf("kinit... "); 173 if (!stdin) { 174 while (1) { 175 thread_sleep(1); 176 printf("kinit... "); 177 } 174 178 } 175 179
Note:
See TracChangeset
for help on using the changeset viewer.