Changeset e515167d in mainline for src/build.amd64


Ignore:
Timestamp:
2005-09-03T09:52:47Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be56c17
Parents:
5a5ed25
Message:

Added basic FPU context (not working).
Added CPU utilities from ia32
Fixed bug in vm.c that wanted PTL to be mapped in bottom memory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/build.amd64

    r5a5ed25 re515167d  
    99set -e
    1010cd ../arch
    11 for a in drivers bios mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S; do
     11for a in drivers bios fpu_context.c mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S; do
    1212  if [ \! -e amd64/src/$a ]; then
    1313    echo ln -sf `pwd`/ia32/src/$a amd64/src/$a
Note: See TracChangeset for help on using the changeset viewer.