aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-11-04 03:19:25 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-11-04 03:19:25 +0000
commit788217f1304205a0a8ffbd1cf68532b7a1d3382d (patch)
tree6d3dea49b57750c0259f849921679a5d84f6fd19 /sys
parenta1e8f9372ac06db2132f3a69b6977c7a4ae01cac (diff)
downloadsrc-788217f1304205a0a8ffbd1cf68532b7a1d3382d.tar.gz
src-788217f1304205a0a8ffbd1cf68532b7a1d3382d.zip
Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.
Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp> Forgotten by: kato
Notes
Notes: svn path=/head/; revision=30918
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/locore.S6
-rw-r--r--sys/amd64/amd64/locore.s6
-rw-r--r--sys/i386/i386/locore.s6
3 files changed, 3 insertions, 15 deletions
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index 1bdca3995427..3568961b9c54 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.99 1997/09/21 15:03:56 peter Exp $
+ * $Id: locore.s,v 1.100 1997/10/10 09:44:00 peter Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -639,11 +639,7 @@ olddiskboot:
movl %eax,R(_bootdev)
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
-#ifdef PC98
- movl $0x90200, %esi
-#else
movl $0x10200, %esi
-#endif
movl $R(_userconfig_from_boot),%edi
movl $512,%ecx
cld
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index 1bdca3995427..3568961b9c54 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.99 1997/09/21 15:03:56 peter Exp $
+ * $Id: locore.s,v 1.100 1997/10/10 09:44:00 peter Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -639,11 +639,7 @@ olddiskboot:
movl %eax,R(_bootdev)
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
-#ifdef PC98
- movl $0x90200, %esi
-#else
movl $0x10200, %esi
-#endif
movl $R(_userconfig_from_boot),%edi
movl $512,%ecx
cld
diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s
index 1bdca3995427..3568961b9c54 100644
--- a/sys/i386/i386/locore.s
+++ b/sys/i386/i386/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.99 1997/09/21 15:03:56 peter Exp $
+ * $Id: locore.s,v 1.100 1997/10/10 09:44:00 peter Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -639,11 +639,7 @@ olddiskboot:
movl %eax,R(_bootdev)
#if defined(USERCONFIG_BOOT) && defined(USERCONFIG)
-#ifdef PC98
- movl $0x90200, %esi
-#else
movl $0x10200, %esi
-#endif
movl $R(_userconfig_from_boot),%edi
movl $512,%ecx
cld