source: mainline/src/build.amd64@ 8f91729

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 8f91729 was b9e97fb, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago

Better types for ia32 drivers, so that they can be reused in amd64.
Build script cleanup amd64.
New code / not working yet / in amd64.

  • Property mode set to 100755
File size: 403 bytes
Line 
1#! /bin/sh
2
3set -e
4# Generate context_offset.h
5(cd ../arch/amd64/src;make gencontext;./gencontext)
6# Create links to ia32 architecture
7for a in drivers bios; do
8 ln -sf ../../../arch/ia32/src/$a ../arch/amd64/src/
9done
10
11for a in ega.h i8042.h i8259.h i8254.h cpuid.h interrupt.h bios; do
12 ln -sf ../../../arch/ia32/include/$a ../arch/amd64/include/
13done
14
15make dist-clean ARCH=ia32
16make all ARCH=amd64
Note: See TracBrowser for help on using the repository browser.