News:

Holy shit, it's 2018 2019 2020 2021 2022 2023 2024, and the US isn't a fascist country! What a time to be alive.

Main Menu

Disable C4 State? Undervolt?

Started by rabbit, March 30, 2008, 07:33:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chavo

I think they are related at least a little bit :P

(Yes, I'm fully aware of what's wrong with that statement, I intended it for humor only).

nslay

Quote from: Chavo on April 02, 2008, 01:51:35 PM
I think they are related at least a little bit :P

(Yes, I'm fully aware of what's wrong with that statement, I intended it for humor only).

Debian/kFreeBSD is not Linux, its the FreeBSD kernel with a ported GNU userland.
An adorable giant isopod!

rabbit

Quote from: nslay on April 02, 2008, 11:05:16 AM
I trust you got a FreeBSD LiveCD to try that out?
sysctl is mostly a *BSD tool.  Linux has it, but its very limited.
Linux relies mostly on /proc for getting system information.
The big difference between sysctl and /proc is that most /proc nodes are read-only and it isn't common to see someone setting system features by doing 'echo "some" > /proc/thing'.  Sysctl is designed for not only retrieving system settings, but also setting them ... hence, why you don't need to reboot your system to set the min C# state.
From a programmer's perspective sysctl() is awesome while /proc is awful...nobody should ever have to fopen(), fread(), and do string parsing to get system information.

And to re-iterate for anyone who missed the implications of this post: BSD is not Linux, Linux is not BSD...they aren't related in any way, except they both feel like UNIX.
Nope!  I'm probably going to have to send in my laptop to Dell to get it fixed, so I don't think I'll be doing much with it until then.

Chavo

Quote from: nslay on April 02, 2008, 02:49:41 PM
Quote from: Chavo on April 02, 2008, 01:51:35 PM
I think they are related at least a little bit :P

(Yes, I'm fully aware of what's wrong with that statement, I intended it for humor only).

Debian/kFreeBSD is not Linux, its the FreeBSD kernel with a ported GNU userland.
Thanks for ignoring the disclaimer.