-2

I have two operating systems, very small ones.

  1. Kolibri
  2. Kubuntu

I also have a program made in QBasic which runs on MSDOS.

The two OS are .iso bootable, and the program is a simple .exe. I need the two OSs on my flash drive and the program also. When I boot up my PC with the flash drive on it I need to have the option to select wich OS to run, and the option to run the program too. Some thing like a grub or a custom made program.

How can i do this?

4

2 回答 2

0

名为 Ultra-ISO for windows 的程序具有类似的功能。您可以将 exes 放在 ISO 上,同时使其可启动。看看这个。

于 2013-03-06T03:45:06.800 回答
0

如果不先加载操作系统,您将无法运行您的程序。GRUB 是一个引导加载程序,它将控制指定的操作系统(它会在适当的位置初始化您的设备/网络/等)。因此,除非您的 exe 本身就是一个操作系统,否则您将无法运行它,不幸的是

一种可能的解决方案:安装Windows(甚至可能是非常旧的版本),使用您可以在网络上找到的工具减小其大小,将您的程序放入安装并在Windows由GRUB或其他任何方式启动后自动运行它.

于 2010-07-08T19:01:05.573 回答