Move A20 gate initialisation to mem.c. Patch from Greatpsycho.
This commit is contained in:
parent
8b433633c0
commit
904ac54446
2 changed files with 4 additions and 2 deletions
|
|
@ -308,7 +308,6 @@ void xt_laserxt_init()
|
|||
void at_init()
|
||||
{
|
||||
AT = 1;
|
||||
mem_a20_key = mem_a20_alt = 0;
|
||||
common_init();
|
||||
mem_add_bios();
|
||||
pit_set_out_func(&pit, 1, pit_refresh_timer_at);
|
||||
|
|
|
|||
Loading…
Reference in a new issue