GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.

This commit is contained in:
peter 1999-07-29 08:33:00 +00:00
parent e0dd4f4f32
commit e4a8f9d4da
2 changed files with 2 additions and 4 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
* $Id: genassym.c,v 1.73 1999/07/09 04:15:39 jlemon Exp $
* $Id: genassym.c,v 1.74 1999/07/29 07:10:35 msmith Exp $
*/
#include "opt_user_ldt.h"
@ -233,7 +233,6 @@ main()
printf("#define\tKPSEL %#x\n", GSEL(GPRIV_SEL, SEL_KPL));
#endif
printf("#define\tBC32SEL %#x\n", GSEL(GBIOSCODE32_SEL, SEL_KPL));
printf("#define\tBSSSEL %#x\n", GSEL(GBIOSSTACK_SEL, SEL_KPL));
printf("#define\tGPROC0_SEL %#x\n", GPROC0_SEL);
printf("#define\tVM86_FRAMESIZE %#x\n", sizeof(struct vm86frame));

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
* $Id: genassym.c,v 1.73 1999/07/09 04:15:39 jlemon Exp $
* $Id: genassym.c,v 1.74 1999/07/29 07:10:35 msmith Exp $
*/
#include "opt_user_ldt.h"
@ -233,7 +233,6 @@ main()
printf("#define\tKPSEL %#x\n", GSEL(GPRIV_SEL, SEL_KPL));
#endif
printf("#define\tBC32SEL %#x\n", GSEL(GBIOSCODE32_SEL, SEL_KPL));
printf("#define\tBSSSEL %#x\n", GSEL(GBIOSSTACK_SEL, SEL_KPL));
printf("#define\tGPROC0_SEL %#x\n", GPROC0_SEL);
printf("#define\tVM86_FRAMESIZE %#x\n", sizeof(struct vm86frame));