Bootable Qt-Linux Application

前端 未结 5 1668
时光说笑
时光说笑 2020-12-28 19:32

How to boot a linux kernel + dependencies and auto run a Qt application so the linux environment doesn\'t show up (only the Qt GUI is visible)?

on x86

5条回答
  •  天涯浪人
    2020-12-28 20:05

    I have never tried this, but try google for 'framebuffer'. It should allow you to run a single application with no need for X server.

提交回复
热议问题