summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-03-24 21:53:03 +0000
committerThomas Bushnell <thomas@gnu.org>1997-03-24 21:53:03 +0000
commit30b32d2ccbf95436b642e6208d6829dcf68981fa (patch)
tree481af37a46b22473db7cadf280a6b5466136d726 /kern
parent455c9e455d124e3359d8f9e16ffe111178589e6f (diff)
prerelease work
Diffstat (limited to 'kern')
-rw-r--r--kern/bootstrap.c3
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.
*/