Re: Enabling SVS by default

2018-02-26 Thread Maxime Villard
Le 22/02/2018 à 21:14, Maxime Villard a écrit : Hi, I intend to enable SVS by default soon. [...] I've enabled it. Maxime

Re: Enabling SVS by default

2018-02-23 Thread Christos Zoulas
In article <79261937-8dc1-aeb6-ebd4-c4dcb4027...@m00nbsd.net>, Maxime Villard wrote: >Le 23/02/2018 à 10:45, Edgar Fuß a écrit : >> MV> A sysctl is now available, machdep.svs_enabled >> EF> Why svs_enabled and not simply svs? >> MV> Because that's the common naming

Re: Enabling SVS by default

2018-02-23 Thread Maxime Villard
Le 23/02/2018 à 10:45, Edgar Fuß a écrit : MV> A sysctl is now available, machdep.svs_enabled EF> Why svs_enabled and not simply svs? MV> Because that's the common naming convention? The name of the sysctl entry MV> matches the name of the associated kernel variable. What I meant is: $ sysctl -a

Re: Enabling SVS by default

2018-02-23 Thread Edgar Fuß
MV> A sysctl is now available, machdep.svs_enabled EF> Why svs_enabled and not simply svs? MV> Because that's the common naming convention? The name of the sysctl entry MV> matches the name of the associated kernel variable. What I meant is: $ sysctl -a | grep -F _enable | wc -l 0 $ sysctl

Re: Enabling SVS by default

2018-02-22 Thread Maxime Villard
Le 22/02/2018 à 21:53, Edgar Fuß a écrit : A sysctl is now available, machdep.svs_enabled Why svs_enabled and not simply svs? Because that's the common naming convention? The name of the sysctl entry matches the name of the associated kernel variable. In case you intend to add more

Re: Enabling SVS by default

2018-02-22 Thread Edgar Fuß
> A sysctl is now available, machdep.svs_enabled Why svs_enabled and not simply svs? In case you intend to add more svs-related sysctls in the future, prior art seems to suggest svs.enable(d), not svs_enabled.

Enabling SVS by default

2018-02-22 Thread Maxime Villard
Hi, I intend to enable SVS by default soon. This will be done by uncommenting this line in GENERIC: #optionsSVS # Separate Virtual Space When SVS is compiled, it is automatically turned off at boot time if the CPU vendor is not Intel. That is to say, if you use AMD,