PureLinux?

For everything that's not in any way related to PureBasic. General chat etc...
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

PureLinux?

Post by Killswitch »

Hey,

I'm not a big linux fan, well basically I don't like it enough to use as my everyday OS. However sometimes I'd like to develop for linux to make my projects more interopenable. So, I had an idea. Would it be so hard for someone to make a cut down Live CD distro, essentially just the Kernal with KDE or Gnome with PB preinstalled on it? That way I could develop for Linux without actually having to insall linux. Ok it'd have to be limited to people with full licenses, but I can't really see any other problems with the idea.

What do you think?
~I see one problem with your reasoning: the fact is thats not a chicken~
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

I used the embedded version with QEMU, that way the user would not need to boot outside of Windows and updates are simple.

viewtopic.php?t=15844
-Beach
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

The problem is you would only get the demo version on a livecd
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

Post by Killswitch »

I thought about that. Couldn't the live cd iso be on our private user areas? I mean downloading that is no different to downloading a PB install package (well, except it'd eat up more bandwidth).
~I see one problem with your reasoning: the fact is thats not a chicken~
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

If you're using FAT you should be able to mount the hard disk from the LiveCD and run PureBasic from it (the linux version on the windows partition). I don't know if you can run it from an NTFS file system.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Trond wrote:If you're using FAT you should be able to mount the hard disk from the LiveCD and run PureBasic from it (the linux version on the windows partition). I don't know if you can run it from an NTFS file system.
You are not going to be able to mount a Linux drive on windows and then expect to launch GTK based apps. The closest thing to that would be Cygwin. It seems to me that the project I put together is almost exactly what you speak of - minus the LiveCD piece. I also include an app to upgrade the demo version to full. Would you be more apt to use it if it was VMWare based? I've thought about converting it since the VMware player is now free and I have a copy of Workstation 4 to build an image.
-Beach
Brice Manuel

Post by Brice Manuel »

I am not a Linux user, but shouldn't you be able to install PB on a USB flash drive and then use your favorite "live CD" and use PB from the flash drive?
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Brice Manuel wrote:I am not a Linux user, but shouldn't you be able to install PB on a USB flash drive and then use your favorite "live CD" and use PB from the flash drive?
No because you have to install those devel libraries into the system default folders, and on CD you have no write-access to them.
bye,
Daniel
Brice Manuel

Post by Brice Manuel »

No because you have to install those devel libraries into the system default folders, and on CD you have no write-access to them.
Could you put the "live CD" on a USB flash drive and just boot from that?
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Brice Manuel wrote:
No because you have to install those devel libraries into the system default folders, and on CD you have no write-access to them.
Could you put the "live CD" on a USB flash drive and just boot from that?
I don't know how to do it, but it's possible as I think.
bye,
Daniel
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Slax Linux is a 177 MB live linux cd.
It supports modules which can be put on the cd and runned like installed programs.
Maybe Fred could make a PureBasic module for it which registered users could download.
I like logic, hence I dislike humans but love computers.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Beach wrote:
Trond wrote:If you're using FAT you should be able to mount the hard disk from the LiveCD and run PureBasic from it (the linux version on the windows partition). I don't know if you can run it from an NTFS file system.
You are not going to be able to mount a Linux drive on windows and then expect to launch GTK based apps. The closest thing to that would be Cygwin. It seems to me that the project I put together is almost exactly what you speak of - minus the LiveCD piece. I also include an app to upgrade the demo version to full. Would you be more apt to use it if it was VMWare based? I've thought about converting it since the VMware player is now free and I have a copy of Workstation 4 to build an image.
No no, I'll explain again! I don't suggest to mount a linux drive on windows and then expect it to launch linux apps.

I suggest to extract PureBasic for Linux onto a Windows drive. Of course you can't run it from Windows. But, when you start Linux, you can mount the Windows drive and run the Linux version of PureBasic from it!
DarkDragon wrote:
Brice Manuel wrote:I am not a Linux user, but shouldn't you be able to install PB on a USB flash drive and then use your favorite "live CD" and use PB from the flash drive?
No because you have to install those devel libraries into the system default folders, and on CD you have no write-access to them.
And things like Knoppix doesn't come with GTk-devel installed??? That's insane but I don't doubt you.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

From Linux, you can mount Windows Drives but NTFS is read-only. FAT and FAT32 are Read-Write from Linux. I backup my wife's Linux system to a FAT32 drive with no problem.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Straker wrote:NTFS is read-only
Afaik that is not true. Its just the default ntfs "drivers" that doesnt allow writing.
Beach
Enthusiast
Enthusiast
Posts: 677
Joined: Mon Feb 02, 2004 3:16 am
Location: Beyond the sun...

Post by Beach »

Trond wrote:No no, I'll explain again! I don't suggest to mount a linux drive on windows and then expect it to launch linux apps.

I suggest to extract PureBasic for Linux onto a Windows drive. Of course you can't run it from Windows. But, when you start Linux, you can mount the Windows drive and run the Linux version of PureBasic from it!
Much clearer now. :wink:
-Beach
Post Reply