mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix a comment error that was fixed in the pc98 version. hw.maxmem is
really hw.physmem.
This commit is contained in:
parent
520f648f42
commit
66875a2aff
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue