Ignore:
Timestamp:
Jun 28, 2017, 1:23:51 PM (7 years ago)
Author:
max@…
Message:

Rename a certain number of things, and improve the APIC support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_cpu.S

    r78 r82  
    4747        ret
    4848
     49ASM_ENTRY(out8)
     50        movq    %rdi,%rdx
     51        movq    %rsi,%rax
     52        outb    %al,%dx
     53        ret
     54
    4955ASM_ENTRY(rdmsr)
    5056        movq    %rdi,%rcx
     
    6369        ret
    6470
     71ASM_ENTRY(x86_stop) /* debug only */
     72        int     $0x0b
     73        ret
     74
Note: See TracChangeset for help on using the changeset viewer.