File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
class Kernel does Systemic { }
8
8
9
- Built-in class for providing Kernel related information. Usually accessed
9
+ Built-in class for providing kernel related information. Usually accessed
10
10
through the L < $*KERNEL > dynamic variable.
11
11
12
12
= head1 Methods
@@ -25,6 +25,11 @@ Instance method returning the concatenation of L<hardware> and L<arch>.
25
25
Instance method returning the "auth" (as in "author" or "authority") of the
26
26
Kernel object. Returns "unknown" if the "auth" could not be established.
27
27
28
+ = head2 method bits
29
+
30
+ Instance method returning the number of bits used in the architecture of the
31
+ processor. Usually B < 32 > or B < 64 > .
32
+
28
33
= head2 method cpu-cores
29
34
30
35
Instance / Class method returning the number of CPU cores that are available.
You can’t perform that action at this time.
0 commit comments