...
Wiki Markup |
---|
In the \[ global \] section we have to put the name of our workgroup or domain and uncomment the security parameter: |
Code Block |
---|
workgroup = HOME
.
.
.
security = user
|
Now we can create a new section or uncomment one for the directory to be shared:
...
We have to download a new kernel from http://www.kernel.org/ we can use the kernel we have in the distribution.
The first three numbers in the kernel have to match the
first three numbers in the patch.
So we downloaded 2.6.23.1 kernel and we will use the 2.6.23 patch
...
Panel |
---|
make menuconfig CC=/usr/bin/gcc-3.4 CXX=/usr/bin/g++-3.4 |
incomplete code/drivers" option to 'yes'. In the "loadable module support" section,
make sure that the "Enable loadable module support" is set to 'yes', and set the
"Module Versioning support" is to 'no'. In the "processor type and features" section,
set the "Preemptible kernel" and the "Use register arguments" options to 'no',
and make sure to set the "interrupt pipeline" option, (aka IPIPE) to 'yes'.
Finally, make sure that the "/proc file system support", under the
"Pseudo filesystems" subsection of the "File systems" section is set to yes.
With this new configuration, the kernel has to compile with the following command:
...