]> git.saurik.com Git - apple/boot.git/blobdiff - i386/boot1u/boot.c
boot-132.tar.gz
[apple/boot.git] / i386 / boot1u / boot.c
index 8c37fae23f9464be58a356f972f88af78e13ea22..49a5b98548b195fd574dc271a071afb5fa380042 100644 (file)
@@ -1,12 +1,12 @@
 /*
- * Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Portions Copyright (c) 2002 Apple Computer, Inc.  All Rights
+ * Portions Copyright (c) 2002-2003 Apple Computer, Inc.  All Rights
  * Reserved.  This file contains Original Code and/or Modifications of
  * Original Code as defined in and that are subject to the Apple Public
- * Source License Version 1.2 (the "License").  You may not use this file
+ * Source License Version 2.0 (the "License").  You may not use this file
  * except in compliance with the License.  Please obtain a copy of the
  * License at http://www.apple.com/publicsource and read it before using
  * this file.
@@ -67,8 +67,6 @@ void boot(int biosdev, void *partPtr)
 
     zeroBSS();
 
-    //    printf("Hello, world.\n");
-
     // Enable A20 gate before accessing memory above 1Mb.
     enableA20();
 
@@ -87,7 +85,7 @@ void boot(int biosdev, void *partPtr)
     gFSLoadAddress = (void *)BOOT2_ADDR;
     cc = UFSLoadFile(&bv, BOOT_FILE);
     if (cc < 0) {
-       printf("Could not load" BOOT_FILE "\n");
+       printf("Could not load %s\n", BOOT_FILE);
        halt();
     }
     // Return to execute booter