Changeset aa9eb940 in rtems
- Timestamp:
- 07/30/99 17:28:11 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1896a650
- Parents:
- a2cc7b7f
- Location:
- c/src/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/shared/irq/idt.c
ra2cc7b7f raa9eb940 1 1 /* 2 2 * cpu.c - This file contains implementation of C function to 3 * Instanciate IDT entries. More detailled information can be found3 * instantiate IDT entries. More detailled information can be found 4 4 * on Intel site and more precisely in the following book : 5 5 * 6 * Pentium Processor famil ly6 * Pentium Processor family 7 7 * Developper's Manual 8 8 * -
c/src/lib/libcpu/i386/cpu.c
ra2cc7b7f raa9eb940 1 1 /* 2 2 * cpu.c - This file contains implementation of C function to 3 * Instanciate IDT entries. More detailled information can be found3 * instantiate IDT entries. More detailled information can be found 4 4 * on Intel site and more precisely in the following book : 5 5 * 6 * Pentium Processor famil ly6 * Pentium Processor family 7 7 * Developper's Manual 8 8 * -
c/src/lib/libcpu/i386/cpuModel.S
ra2cc7b7f raa9eb940 40 40 movl $3, SYM (x86) 41 41 /* 42 * Start using the EF AGS AC bit determination method described in43 * the book mention ned above page 5.1. If this bit can be set we42 * Start using the EFLAGS AC bit determination method described in 43 * the book mentioned above page 5.1. If this bit can be set we 44 44 * have a 486 or above. 45 45 */ -
c/src/lib/libcpu/i386/idt.c
ra2cc7b7f raa9eb940 1 1 /* 2 2 * cpu.c - This file contains implementation of C function to 3 * Instanciate IDT entries. More detailled information can be found3 * instantiate IDT entries. More detailled information can be found 4 4 * on Intel site and more precisely in the following book : 5 5 * 6 * Pentium Processor famil ly6 * Pentium Processor family 7 7 * Developper's Manual 8 8 *
Note: See TracChangeset
for help on using the changeset viewer.