Added the final printf before jumping to the kernel.

This commit is contained in:
Poul-Henning Kamp 1994-10-18 03:44:02 +00:00
parent 37b28ca421
commit ac71bc2538
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3683

View file

@ -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;