Changeset 11675207 in mainline for kernel/arch/ia32
- Timestamp:
- 2008-12-15T12:35:44Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0166e99
- Parents:
- 0ffa3ef5
- Location:
- kernel/arch/ia32
- Files:
-
- 73 moved
-
Makefile.inc (moved) (moved from arch/ia32/Makefile.inc )
-
_link.ld.in (moved) (moved from arch/ia32/_link.ld.in )
-
include/arch.h (moved) (moved from arch/ia32/include/arch.h )
-
include/arg.h (moved) (moved from arch/ia32/include/arg.h )
-
include/asm.h (moved) (moved from arch/ia32/include/asm.h )
-
include/atomic.h (moved) (moved from arch/ia32/include/atomic.h )
-
include/barrier.h (moved) (moved from arch/ia32/include/barrier.h )
-
include/bios/bios.h (moved) (moved from arch/ia32/include/bios/bios.h )
-
include/boot/boot.h (moved) (moved from arch/ia32/include/boot/boot.h )
-
include/boot/memmap.h (moved) (moved from arch/ia32/include/boot/memmap.h )
-
include/byteorder.h (moved) (moved from arch/ia32/include/byteorder.h )
-
include/context.h (moved) (moved from arch/ia32/include/context.h )
-
include/cpu.h (moved) (moved from arch/ia32/include/cpu.h )
-
include/cpuid.h (moved) (moved from arch/ia32/include/cpuid.h )
-
include/ddi/ddi.h (moved) (moved from arch/ia32/include/ddi/ddi.h )
-
include/debug.h (moved) (moved from arch/ia32/include/debug.h )
-
include/debugger.h (moved) (moved from arch/ia32/include/debugger.h )
-
include/drivers/ega.h (moved) (moved from arch/ia32/include/drivers/ega.h )
-
include/drivers/i8042.h (moved) (moved from arch/ia32/include/drivers/i8042.h )
-
include/drivers/i8254.h (moved) (moved from arch/ia32/include/drivers/i8254.h )
-
include/drivers/i8259.h (moved) (moved from arch/ia32/include/drivers/i8259.h )
-
include/drivers/vesa.h (moved) (moved from arch/ia32/include/drivers/vesa.h )
-
include/elf.h (moved) (moved from arch/ia32/include/elf.h )
-
include/faddr.h (moved) (moved from arch/ia32/include/faddr.h )
-
include/fpu_context.h (moved) (moved from arch/ia32/include/fpu_context.h )
-
include/interrupt.h (moved) (moved from arch/ia32/include/interrupt.h )
-
include/memstr.h (moved) (moved from arch/ia32/include/memstr.h )
-
include/mm/as.h (moved) (moved from arch/ia32/include/mm/as.h )
-
include/mm/asid.h (moved) (moved from arch/ia32/include/mm/asid.h )
-
include/mm/frame.h (moved) (moved from arch/ia32/include/mm/frame.h )
-
include/mm/memory_init.h (moved) (moved from arch/ia32/include/mm/memory_init.h )
-
include/mm/page.h (moved) (moved from arch/ia32/include/mm/page.h )
-
include/mm/tlb.h (moved) (moved from arch/ia32/include/mm/tlb.h )
-
include/pm.h (moved) (moved from arch/ia32/include/pm.h )
-
include/proc/task.h (moved) (moved from arch/ia32/include/proc/task.h )
-
include/proc/thread.h (moved) (moved from arch/ia32/include/proc/thread.h )
-
include/smp/ap.h (moved) (moved from arch/ia32/include/smp/ap.h )
-
include/smp/apic.h (moved) (moved from arch/ia32/include/smp/apic.h )
-
include/smp/mps.h (moved) (moved from arch/ia32/include/smp/mps.h )
-
include/smp/smp.h (moved) (moved from arch/ia32/include/smp/smp.h )
-
include/types.h (moved) (moved from arch/ia32/include/types.h )
-
src/asm.S (moved) (moved from arch/ia32/src/asm.S )
-
src/atomic.S (moved) (moved from arch/ia32/src/atomic.S )
-
src/bios/bios.c (moved) (moved from arch/ia32/src/bios/bios.c )
-
src/boot/boot.S (moved) (moved from arch/ia32/src/boot/boot.S )
-
src/context.s (moved) (moved from arch/ia32/src/context.s )
-
src/cpu/cpu.c (moved) (moved from arch/ia32/src/cpu/cpu.c )
-
src/ddi/ddi.c (moved) (moved from arch/ia32/src/ddi/ddi.c )
-
src/debug/panic.s (moved) (moved from arch/ia32/src/debug/panic.s )
-
src/debugger.c (moved) (moved from arch/ia32/src/debugger.c )
-
src/delay.s (moved) (moved from arch/ia32/src/delay.s )
-
src/drivers/ega.c (moved) (moved from arch/ia32/src/drivers/ega.c )
-
src/drivers/i8254.c (moved) (moved from arch/ia32/src/drivers/i8254.c )
-
src/drivers/i8259.c (moved) (moved from arch/ia32/src/drivers/i8259.c )
-
src/drivers/vesa.c (moved) (moved from arch/ia32/src/drivers/vesa.c )
-
src/fpu_context.c (moved) (moved from arch/ia32/src/fpu_context.c )
-
src/ia32.c (moved) (moved from arch/ia32/src/ia32.c )
-
src/interrupt.c (moved) (moved from arch/ia32/src/interrupt.c )
-
src/mm/as.c (moved) (moved from arch/ia32/src/mm/as.c )
-
src/mm/frame.c (moved) (moved from arch/ia32/src/mm/frame.c )
-
src/mm/memory_init.c (moved) (moved from arch/ia32/src/mm/memory_init.c )
-
src/mm/page.c (moved) (moved from arch/ia32/src/mm/page.c )
-
src/mm/tlb.c (moved) (moved from arch/ia32/src/mm/tlb.c )
-
src/pm.c (moved) (moved from arch/ia32/src/pm.c )
-
src/proc/scheduler.c (moved) (moved from arch/ia32/src/proc/scheduler.c )
-
src/proc/task.c (moved) (moved from arch/ia32/src/proc/task.c )
-
src/proc/thread.c (moved) (moved from arch/ia32/src/proc/thread.c )
-
src/smp/ap.S (moved) (moved from arch/ia32/src/smp/ap.S )
-
src/smp/apic.c (moved) (moved from arch/ia32/src/smp/apic.c )
-
src/smp/ipi.c (moved) (moved from arch/ia32/src/smp/ipi.c )
-
src/smp/mps.c (moved) (moved from arch/ia32/src/smp/mps.c )
-
src/smp/smp.c (moved) (moved from arch/ia32/src/smp/smp.c )
-
src/userspace.c (moved) (moved from arch/ia32/src/userspace.c )
Note:
See TracChangeset
for help on using the changeset viewer.
