diff options
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r-- | kern/bootstrap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index f1e3c43..3643a5c 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -290,7 +290,6 @@ static void copy_bootstrap(void *e, struct exec_info *boot_exec_info) register vm_map_t user_map = current_task()->map; int err; -printf("loading...\n"); if (err = exec_load(boot_read, read_exec, e, boot_exec_info)) panic("Cannot load user-bootstrap image: error code %d", err); @@ -478,8 +477,6 @@ static void user_bootstrap() root_string, (char *)0); -printf("Starting bootstrap at %x\n", boot_exec_info.entry); - /* * Exit to user thread. */ |