문제

*"for Retro computing purposes only"*

Some programs are directly bootable and have a nice GUI

e.g. Acronis OS Selector and Disk Director (screenshot)

How can they run wihtout underlying OS? Can this be acheived by using a minimal Linux distribution?

goal: the program should run such that it appears independent of the os (e.g you dont have to launch it from the os cmd or desktop)

also the OS should not have increase the size of the program a bit too much

Also I wonder if Qt GUI's can run like this...

도움이 되었습니까?

해결책 2

The story behind a comprehensive GUI + bootable program is somewhat like this:

  • Develop the program in a linux GUI toolkit
  • On boot, load a linux kernel (without any desktop environment)
  • Hand over the control to the program GUI

more info: Bootable Qt-Linux Application

다른 팁

I suspect that Acronis OS Selector and Disk Director uses their own version of Windows 7.

Yes, you can produce a program that has it's own operating system. You could use a bootable Linux distribution.

Knoppix, to pick one example, is a bootable Linux distribution.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top