|
Considering that you're in cfdisk, delete the second partition (the one without Windows). While still highlighting the newly-deleted partition, make a new partition that is the size of the space less 500mb or so (that is to say, if it's an 8gb partition, make this one a 7.5gb partition). Then make it of linux type (83 iirc) and you're done with that one. Now, select the space that is still free on the drive and make a new partition with that one. Use the entirety of the leftover space and make it of swap type (82 iirc).
Now you will have a large Windows partition, a somewhat large Linux partition, and a small swap partition. Also note that you haven't touched your Windows partition.
After you install linux, use its bootloader (LILO for Slackware) to install onto the MBR and it will present a Linux/Windows menu for you at startup.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
|