-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 03 March 2003 04:48 am, Manoj wrote:
> Hello,
>
> I'm using the following environment for testing the driver for my PCI
> card
>
> Linux : RedHat Linux 7.3
> glibc : glibc-2.2.5-34
> gcc : gcc-2.96-110
> RAM : 256MB
>
> I reserve 200MB space for the kernel by making an entry in lilo.conf
> follows
> append="mem=200m"
> & use the rest of the RAM space for my device buffers

I thought that limited the machine to using only 200MB of RAM. Free should 
report 200MB of total RAM. Also, it should be "mem=200M", unless I am 
mistaken. From the kernel docs:
mem=nn[KMG]     [KNL,BOOT] force use of a specific amount of
                        memory; to be used when the kernel is not able
                        to see the whole system memory or for test.

> Load the driver using "insmod test.o OFFSET=0xFDFF000"
> The driver is loaded successfully but it gives the following warning

> # /sbin/insmod test.o OFFSET=0xFDFF000 MAJOR=201
> Warning: loading test.o will taint the kernel: no license
>
> # /sbin/lsmod
> Module                  Size  Used by    Tainted: P
> test                     10252   0  (unused)

The 'Tainted: P' means...
The kernel believes that the module doesn't have a GPL compatable license.

Modules without a MODULE_LICENSE or with a MODULE_LICENSE that is not 
recognised by insmod as GPL compatible are assumed to be proprietary.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Y09bn/07WoAb/SsRAuI5AKCM0SM903oa2hwLA7JVZhkpED4wwwCfSH5z
pm2wMWF7liLLxHxePiQLqy8=
=DsjT
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to