Changeset 544b4bf in mainline for src


Ignore:
Timestamp:
2005-09-03T13:11:54Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f08a55d
Parents:
51022e9b
Message:

Added basic FPU context (not working).
Added CPU utilities from ia32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/build.amd64

    r51022e9b r544b4bf  
    1616done
    1717
    18 for a in atomic.h ega.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.h; do
     18for a in atomic.h ega.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.h smp acpi; do
    1919  if [ \! -e amd64/include/$a ]; then
    2020    echo ln -sf `pwd`/ia32/include/$a amd64/include/$a
Note: See TracChangeset for help on using the changeset viewer.