Changeset 4e49572 in mainline for arch/amd64/src/amd64.c


Ignore:
Timestamp:
2006-03-17T11:41:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
23d22eb
Parents:
5a7d9d1
Message:

Added debugger to AMD64.
Added automatic debugging of AS if it is not rewritten with zero.
Did small changes to IPC infrastructure.

File:
1 edited

Legend:

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

    r5a7d9d1 r4e49572  
    4747#include <interrupt.h>
    4848#include <arch/syscall.h>
     49#include <arch/debugger.h>
    4950
    5051/** Disable I/O on non-privileged levels
     
    130131        if (config.cpu_active == 1) {
    131132                ega_init();     /* video */
     133                /* Enable debugger */
     134                debugger_init();
    132135        }
    133136        /* Setup fast SYSCALL/SYSRET */
    134137        syscall_setup_cpu();
    135 
     138       
    136139}
    137140
Note: See TracChangeset for help on using the changeset viewer.