lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 38207b9 was db3341e, checked in by Ondrej Palkovsky <ondrap@…>, 21 years ago |
|
Fixed typo in 'outb' instruction.
Paging basically working.
|
-
Property mode
set to
100755
|
|
File size:
545 bytes
|
| Line | |
|---|
| 1 | #! /bin/sh
|
|---|
| 2 |
|
|---|
| 3 | set -e
|
|---|
| 4 | # Generate context_offset.h
|
|---|
| 5 | (cd ../arch/amd64/src;make gencontext;./gencontext)
|
|---|
| 6 | # Create links to ia32 architecture
|
|---|
| 7 | for a in drivers bios; do
|
|---|
| 8 | ln -sf ../../ia32/src/$a ../arch/amd64/src/
|
|---|
| 9 | done
|
|---|
| 10 | for a in frame.c tlb.c; do
|
|---|
| 11 | ln -sf ../../../ia32/src/mm/$a ../arch/amd64/src/mm
|
|---|
| 12 | done
|
|---|
| 13 |
|
|---|
| 14 | for a in ega.h i8042.h i8259.h i8254.h cpuid.h interrupt.h bios; do
|
|---|
| 15 | ln -sf ../../ia32/include/$a ../arch/amd64/include/
|
|---|
| 16 | done
|
|---|
| 17 | ln -sf ../../../ia32/include/mm/memory_init.h ../arch/amd64/include/mm/
|
|---|
| 18 |
|
|---|
| 19 | make dist-clean ARCH=ia32
|
|---|
| 20 | make all ARCH=amd64
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.