|
The psxdev-core package installs the basic PSXDEV filesystem hierarchy
(typically in /opt/psxdev), the PSXDEV kernel device driver sources and
a compiled version of the driver (only during RPM install!) and as a bonus
a small file magic configuration.
The driver sources are located in /opt/psxdev/pccl.
Each time you have compiled a new kernel it is necessary to enter into this
directory and do a make install, which simply builds and
installs a recent version of the pccl.o module against the new kernel.
You could also reinstall the psxdev-core RPM package with the --force
option, but that is not the recommended way. I don't think that the pccl
module will ever make it into the kernel...
The file /opt/psxdev/share/magic can be used to check typical PSX
data files like PS-X EXE, TIM, BS, STR, and
many more. You need the file package installed for this and you
surely want to merge the PSXDEV magic entries with the global magic
entries located in /usr/share/magic! This is not yet done during the
installation process.
|