For 4CPU configuration set BSP=0
This commit is contained in:
parent
ca0f103f6e
commit
7acffe7998
2
bochs/configure
vendored
2
bochs/configure
vendored
@ -33180,7 +33180,7 @@ echo "${ECHO_T}4" >&6
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define BX_BOOTSTRAP_PROCESSOR 2
|
||||
#define BX_BOOTSTRAP_PROCESSOR 0
|
||||
_ACEOF
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
|
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.282 2005-04-27 18:09:22 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.283 2005-05-04 15:57:42 sshwarts Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -525,7 +525,7 @@ AC_ARG_ENABLE(processors,
|
||||
4)
|
||||
AC_MSG_RESULT(4)
|
||||
AC_DEFINE(BX_SMP_PROCESSORS, 4)
|
||||
AC_DEFINE(BX_BOOTSTRAP_PROCESSOR, 2)
|
||||
AC_DEFINE(BX_BOOTSTRAP_PROCESSOR, 0)
|
||||
AC_DEFINE(BX_IOAPIC_DEFAULT_ID, 4)
|
||||
AC_DEFINE(BX_USE_CPU_SMF, 0)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user