Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by bellard, Tue Sep 30 20:33:28 2003 UTC | revision 1.2 by bellard, Tue Nov 4 23:34:23 2003 UTC | |
|---|---|---|
| # | Line 389 void cpu_x86_init_mmu(CPUX86State *env); | Line 389 void cpu_x86_init_mmu(CPUX86State *env); |
| 389 | extern int phys_ram_size; | extern int phys_ram_size; |
| 390 | extern int phys_ram_fd; | extern int phys_ram_fd; |
| 391 | extern uint8_t *phys_ram_base; | extern uint8_t *phys_ram_base; |
| 392 | extern int a20_enabled; | |
| 393 | ||
| 394 | void cpu_x86_set_a20(CPUX86State *env, int a20_state); | |
| 395 | ||
| 396 | /* used to debug */ | /* used to debug */ |
| 397 | #define X86_DUMP_FPU 0x0001 /* dump FPU state too */ | #define X86_DUMP_FPU 0x0001 /* dump FPU state too */ |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |