|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmoss.kernel.MConfig
public class MConfig
This class defines various constants used throughout the moss kernel.
| Field Summary | |
|---|---|
static int |
DEV_MAJOR_CONSOLE
console |
static int |
DEV_MAJOR_RAMDISK
ramdisk |
static int |
kernel_log_lines
number of lines in the kernel log-buffer |
static java.lang.String |
long_version
long version string |
static int |
max_device_drivers
maximum number of device drivers (major device numbers/names) |
static int |
max_files_per_process
maximum number of open files an MProcess may have |
static int |
max_mounted_fs
maximum number of mounted file-systems |
static int |
max_timer_tasks
maximum number of concurrent timers |
static int |
ncpus
number of virtual processors |
static int |
pipe_buffer_mask
pipe (IPC) buffer mask |
static int |
pipe_buffer_size
pipe (IPC) buffer size |
static java.lang.String |
version
simple version string |
| Constructor Summary | |
|---|---|
MConfig()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ncpus
public static final java.lang.String version
public static final java.lang.String long_version
public static final int max_files_per_process
public static final int pipe_buffer_size
public static final int pipe_buffer_mask
public static final int max_timer_tasks
public static final int max_device_drivers
public static final int max_mounted_fs
public static final int kernel_log_lines
public static final int DEV_MAJOR_CONSOLE
public static final int DEV_MAJOR_RAMDISK
| Constructor Detail |
|---|
public MConfig()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||