summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/netboot
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-18 03:44:02 +0000
committerphk <phk@FreeBSD.org>1994-10-18 03:44:02 +0000
commitf77da950be30334c71f1f3d78adc7796d959981b (patch)
tree864467e3402cc79169255d8dd31aabeef1084da6 /sys/i386/boot/netboot
parent976b2038f4a7d1f65b97f1627065a2f54b4e66eb (diff)
downloadFreeBSD-src-f77da950be30334c71f1f3d78adc7796d959981b.zip
FreeBSD-src-f77da950be30334c71f1f3d78adc7796d959981b.tar.gz
Added the final printf before jumping to the kernel.
Diffstat (limited to 'sys/i386/boot/netboot')
-rw-r--r--sys/i386/boot/netboot/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/boot/netboot/main.c b/sys/i386/boot/netboot/main.c
index 55a39a0..0f4e842 100644
--- a/sys/i386/boot/netboot/main.c
+++ b/sys/i386/boot/netboot/main.c
@@ -252,6 +252,7 @@ load()
printf("bss=0x%X, ",head.a_bss);
while(head.a_bss--) *(loadpoint++) = 0;
+ printf("entry=0x%X.\n\r",head.a_entry);
/* Jump to kernel */
bootinfo.version = 1;
OpenPOWER on IntegriCloud