Changeset 23d22eb in mainline for arch/ia32/src/ia32.c


Ignore:
Timestamp:
2006-03-17T11:55:43Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd72b475
Parents:
4e49572
Message:

Ported AMD64 debugger to ia32 and enabled AS watchpoint to ia32 as well.

File:
1 edited

Legend:

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

    r4e49572 r23d22eb  
    5151#include <arch/mm/memory_init.h>
    5252#include <interrupt.h>
     53#include <arch/debugger.h>
    5354
    5455void arch_pre_mm_init(void)
     
    7475        if (config.cpu_active == 1) {
    7576                ega_init();     /* video */
     77                /* Enable debugger */
     78                debugger_init();
    7679        }
    7780}
Note: See TracChangeset for help on using the changeset viewer.