[Bug 255072] boot (legacy): no progress beyond 'BIOS DRIVE D: is disk1'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Jan 2022 13:27:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255072

--- Comment #29 from spell@itl.ua ---
Seems, this may be useful.

bio_buffer variable at my book has address 0x5a6b4 and PTOV(V86_IO_BUFFER)
equals to 0xffffe000.

loader's smap gives also:

SMAP type=01 base=0000000000000000 len=000000000009dc00
SMAP type=02 base=00000000ffb00000 len=0000000000500000

So bio_buffer resides in usable memory block (type=01) and PTOV(V86_IO_BUFFER)
is in reserved (type=02) memory block.

-- 
You are receiving this mail because:
You are the assignee for the bug.