Updated config.
This commit is contained in:
13
unicos.cfg
13
unicos.cfg
@@ -85,7 +85,7 @@ IopClusters {
|
||||
KernelPreamble 0x40
|
||||
ParameterFileName unicos.param
|
||||
RamFsFileName ram_fs
|
||||
RunLevel 5
|
||||
RunLevel 2
|
||||
|
||||
I2C {
|
||||
Channel 16
|
||||
@@ -117,6 +117,13 @@ IopClusters {
|
||||
ImageFileName dump.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
core {
|
||||
PysicalDeviceId 023
|
||||
IopNumber 0
|
||||
Unit 0
|
||||
ImageFileName core.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
root {
|
||||
PysicalDeviceId 024
|
||||
IopNumber 0
|
||||
@@ -124,11 +131,11 @@ IopClusters {
|
||||
ImageFileName root.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
core {
|
||||
tmp {
|
||||
PysicalDeviceId 025
|
||||
IopNumber 0
|
||||
Unit 0
|
||||
ImageFileName core.img
|
||||
ImageFileName tmp.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
}
|
||||
|
||||
44
unicos.param
44
unicos.param
@@ -40,8 +40,8 @@ filesystem {
|
||||
RAM ramdev {
|
||||
length 12288 blocks;
|
||||
pdd ram {
|
||||
minor 3;
|
||||
block 0;
|
||||
minor 3;
|
||||
block 0;
|
||||
length 12288 blocks;
|
||||
}
|
||||
}
|
||||
@@ -56,7 +56,7 @@ filesystem {
|
||||
pdd swap {
|
||||
minor 4;
|
||||
sector 0;
|
||||
length 65536 sectors;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
disk "dump" {
|
||||
@@ -70,7 +70,21 @@ filesystem {
|
||||
pdd dump {
|
||||
minor 5;
|
||||
sector 0;
|
||||
length 32768 sectors;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
disk "core" {
|
||||
type DD_U;
|
||||
iopath {
|
||||
cluster 0;
|
||||
eiop 0;
|
||||
channel 023;
|
||||
}
|
||||
unit 0;
|
||||
pdd core {
|
||||
minor 6;
|
||||
sector 0;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
disk "root" {
|
||||
@@ -84,10 +98,10 @@ filesystem {
|
||||
pdd root {
|
||||
minor 7;
|
||||
sector 0;
|
||||
length 781000 sectors;
|
||||
length 1048576 sectors;
|
||||
}
|
||||
}
|
||||
disk "core" {
|
||||
disk "tmp" {
|
||||
type DD_U;
|
||||
iopath {
|
||||
cluster 0;
|
||||
@@ -95,10 +109,10 @@ filesystem {
|
||||
channel 025;
|
||||
}
|
||||
unit 0;
|
||||
pdd core {
|
||||
minor 6;
|
||||
pdd tmp {
|
||||
minor 8;
|
||||
sector 0;
|
||||
length 32768 sectors;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
ldd ram {
|
||||
@@ -113,13 +127,17 @@ filesystem {
|
||||
minor 60;
|
||||
pdd dump;
|
||||
}
|
||||
ldd root {
|
||||
ldd core {
|
||||
minor 61;
|
||||
pdd core;
|
||||
}
|
||||
ldd root {
|
||||
minor 62;
|
||||
pdd root;
|
||||
}
|
||||
ldd core {
|
||||
minor 62;
|
||||
pdd core;
|
||||
ldd tmp {
|
||||
minor 63;
|
||||
pdd tmp;
|
||||
}
|
||||
/* rootdev is ldd ram;*/
|
||||
rootdev is ldd root;
|
||||
|
||||
@@ -117,6 +117,13 @@ IopClusters {
|
||||
ImageFileName dump.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
core {
|
||||
PysicalDeviceId 023
|
||||
IopNumber 0
|
||||
Unit 0
|
||||
ImageFileName core.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
root {
|
||||
PysicalDeviceId 024
|
||||
IopNumber 0
|
||||
@@ -124,11 +131,11 @@ IopClusters {
|
||||
ImageFileName root.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
core {
|
||||
temp {
|
||||
PysicalDeviceId 025
|
||||
IopNumber 0
|
||||
Unit 0
|
||||
ImageFileName core.img
|
||||
ImageFileName temp.img
|
||||
DeviceType DD_U
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ filesystem {
|
||||
pdd swap {
|
||||
minor 4;
|
||||
sector 0;
|
||||
length 65536 sectors;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
disk "dump" {
|
||||
@@ -70,7 +70,21 @@ filesystem {
|
||||
pdd dump {
|
||||
minor 5;
|
||||
sector 0;
|
||||
length 32768 sectors;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
disk "core" {
|
||||
type DD_U;
|
||||
iopath {
|
||||
cluster 0;
|
||||
eiop 0;
|
||||
channel 023;
|
||||
}
|
||||
unit 0;
|
||||
pdd core {
|
||||
minor 6;
|
||||
sector 0;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
disk "root" {
|
||||
@@ -84,10 +98,10 @@ filesystem {
|
||||
pdd root {
|
||||
minor 7;
|
||||
sector 0;
|
||||
length 781000 sectors;
|
||||
length 1048576 sectors;
|
||||
}
|
||||
}
|
||||
disk "core" {
|
||||
disk "tmp" {
|
||||
type DD_U;
|
||||
iopath {
|
||||
cluster 0;
|
||||
@@ -95,10 +109,10 @@ filesystem {
|
||||
channel 025;
|
||||
}
|
||||
unit 0;
|
||||
pdd core {
|
||||
minor 6;
|
||||
pdd tmp {
|
||||
minor 8;
|
||||
sector 0;
|
||||
length 32768 sectors;
|
||||
length 131072 sectors;
|
||||
}
|
||||
}
|
||||
ldd ram {
|
||||
@@ -113,13 +127,17 @@ filesystem {
|
||||
minor 60;
|
||||
pdd dump;
|
||||
}
|
||||
ldd root {
|
||||
ldd core {
|
||||
minor 61;
|
||||
pdd core;
|
||||
}
|
||||
ldd root {
|
||||
minor 62;
|
||||
pdd root;
|
||||
}
|
||||
ldd core {
|
||||
minor 62;
|
||||
pdd core;
|
||||
ldd tmp {
|
||||
minor 63;
|
||||
pdd tmp;
|
||||
}
|
||||
rootdev is ldd ram;
|
||||
/* rootdev is ldd root;*/
|
||||
|
||||
Reference in New Issue
Block a user