Fix a comment error that was fixed in the pc98 version. hw.maxmem is

really hw.physmem.
This commit is contained in:
Peter Wemm 2001-08-23 01:49:12 +00:00
parent 520f648f42
commit 66875a2aff
2 changed files with 2 additions and 2 deletions

View file

@ -1605,7 +1605,7 @@ physmap_done:
#endif
/*
* hw.maxmem is a size in bytes; we also allow k, m, and g suffixes
* hw.physmem is a size in bytes; we also allow k, m, and g suffixes
* for the appropriate modifiers. This overrides MAXMEM.
*/
if ((cp = getenv("hw.physmem")) != NULL) {

View file

@ -1605,7 +1605,7 @@ physmap_done:
#endif
/*
* hw.maxmem is a size in bytes; we also allow k, m, and g suffixes
* hw.physmem is a size in bytes; we also allow k, m, and g suffixes
* for the appropriate modifiers. This overrides MAXMEM.
*/
if ((cp = getenv("hw.physmem")) != NULL) {