Changeset f6297e0 in mainline for arch/ia32/src/ia32.c


Ignore:
Timestamp:
2005-09-03T15:45:14Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab08b42
Parents:
2f08a55d
Message:

proper way of initializing GDT during boot on IA-32, fixes the nasty hack
SMP might be still broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/ia32.c

    r2f08a55d rf6297e0  
    5858        if (config.cpu_active == 1) {
    5959                bios_init();
    60                 i8042_init();   /* a20 bit */
     60                i8042_init();   /* keyboard controller */
    6161                i8259_init();   /* PIC */
    6262                i8254_init();   /* hard clock */
Note: See TracChangeset for help on using the changeset viewer.