Changeset 8ff2f3f in mainline
- Timestamp:
- 2005-09-04T09:02:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23f4b1fb
- Parents:
- 3396f59
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
r3396f59 r8ff2f3f 6 6 7 7 # Support for symetric multiprocessors 8 SMP=__SMP__8 #SMP=__SMP__ 9 9 10 10 # Improved support for hyperthreading … … 21 21 22 22 # Uncomment if you want to run in the test mode 23 #TEST=__TEST__23 TEST=__TEST__ 24 24 25 25 TEST_FILE=test.c … … 34 34 #TEST_DIR=synch/semaphore2/ 35 35 #TEST_DIR=fpu/fpu1 36 #TEST_DIR=print/print136 TEST_DIR=print/print1 37 37 #TEST_DIR=thread/thread1 -
src/build.amd64
r3396f59 r8ff2f3f 9 9 set -e 10 10 cd ../arch 11 for a in drivers bios mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S smp/apic.c smp/ipi.c smp/mps.c smp/smp.c acpi; do11 for a in drivers bios fmath.c mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S smp/apic.c smp/ipi.c smp/mps.c smp/smp.c acpi; do 12 12 if [ \! -e amd64/src/$a ]; then 13 13 echo ln -sf `pwd`/ia32/src/$a amd64/src/$a -
test/fpu/fpu1/test.c
r3396f59 r8ff2f3f 39 39 40 40 #define THREADS 150*2 41 #define ATTEMPTS 10 41 #define ATTEMPTS 100 42 42 43 43 #define E_10e8 271828182
Note:
See TracChangeset
for help on using the changeset viewer.