add info about 1G pages in main.cc

This commit is contained in:
Stanislav Shwartsman 2008-12-18 19:37:05 +00:00
parent 24c8296d68
commit 8d70185b2c

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: main.cc,v 1.386 2008-12-11 21:19:37 sshwarts Exp $
// $Id: main.cc,v 1.387 2008-12-18 19:37:05 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2002 MandrakeSoft S.A.
@ -1010,6 +1010,9 @@ void bx_init_hardware()
BX_INFO((" PAE support: %s",BX_SUPPORT_PAE?"yes":"no"));
BX_INFO((" PGE support: %s",BX_SUPPORT_GLOBAL_PAGES?"yes":"no"));
BX_INFO((" PSE support: %s",BX_SUPPORT_LARGE_PAGES?"yes":"no"));
#if BX_SUPPORT_X86_64
BX_INFO((" 1G paging support: %s",BX_SUPPORT_1G_PAGES?"yes":"no"));
#endif
BX_INFO((" x86-64 support: %s",BX_SUPPORT_X86_64?"yes":"no"));
BX_INFO((" SEP support: %s",BX_SUPPORT_SEP?"yes":"no"));
BX_INFO((" MWAIT support: %s",BX_SUPPORT_MONITOR_MWAIT?"yes":"no"));