Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm86_initialize
Function
vm86_initialize
freebsd/i386/i386/vm86.c:592–600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
}
591
592
void
593
vm86_initialize(void)
594
{
595
596
if (pae_mode)
597
vm86_initialize_pae();
598
else
599
vm86_initialize_nopae();
600
}
601
602
vm_offset_t
603
vm86_getpage(struct vm86context *vmc, int pagenum)
Callers
1
init386
Function · 0.85
Calls
2
vm86_initialize_pae
Function · 0.85
vm86_initialize_nopae
Function · 0.85
Tested by
no test coverage detected