summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlantw44 <lantw44@gmail.com>2013-01-21 13:14:01 +0800
committerlantw44 <lantw44@gmail.com>2013-01-21 13:14:01 +0800
commit3afa9cf600fe4ab497ca603876dfa1915016e45c (patch)
treea428bb41f2eaa8b72aa6d8eec8f807997f743fce /Makefile
parent8f2327a565c1da4a04743c9fd9e27854a881e772 (diff)
downloadyotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.tar
yotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.tar.gz
yotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.tar.bz2
yotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.tar.lz
yotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.tar.xz
yotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.tar.zst
yotos-3afa9cf600fe4ab497ca603876dfa1915016e45c.zip
YOT OS 完成版yotos-final-project
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d34f629..3c58a36 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,9 @@ while1: while1.o $(YOT16_LIBC)
ld86 -T 0x0000 -d $^ -o $@
pmboot: pmgdt.s
- nasm -f bin -dload_offset=0x80500 -dpmkernel=0x80700 $< -o $@
+ nasm -f bin -dload_offset=0x00500 -dpmkernel=0x00700 $< -o $@
pmkern: pmkern.o pmint.o $(YOT32_KLIB)
- ld -melf_i386 -Ttext 0x80700 $^ --oformat binary -o $@
+ ld -melf_i386 -Ttext 0x00700 $^ --oformat binary -o $@
pmkern.o: pmkern.s
nasm -f elf32 $< -o $@