mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Added the final printf before jumping to the kernel.
This commit is contained in:
parent
37b28ca421
commit
ac71bc2538
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3683
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user