admin管理员组

文章数量:1532440

2024年3月20日发(作者:)

四川大学锦城学院本科毕业论文 基于U盘Linux系统以及QT/E的系统安装程序设计

基于U盘Linux系统以及QT/E的系统安装程序设计

专业:软件工程

学生:李奇 指导教师:张奕

摘 要

QT/E 是跨平台的C++图形用户界面(GUI)工具包,它是著名的Qt 开发商TrollTech

发布的面向嵌入式系统的Qt 版本,Qt 是目前KDE 等项目使用的GUI 支持库,许多基

于Qt的X Window程序可以非常方便地移植到嵌入式Qt/Embedded版本上。自从

Qt/Embedded发布以来,就有许多嵌入式Linux开发商利用 Qt/Embedded进行嵌入式GUI

应用开发。

U盘Linux系统采用Busybox以及CentOS 5.2进行制作,是存放在U盘上可运行的

Linux操作系统,该系统具有基本的shell命令,程序运行所需要的QT/E库,以及硬盘分

区格式化等工具。系统安装程序基于QT/E开发,运行于该U盘系统,并实现了在目标机

上安装操作系统这一主要功能。

U盘系统因为其便于携带,易于操作等特点,在安装系统以及系统维护方面时得到广

泛的应用。Qt/E去掉了X Lib的依赖而直接工作于Frame Buffer上,使在不带X11的Linux

系统中运行GUI程序成为了一种可能。

关键词:Linux系统 QT/E开发 BusyBox U盘Linux系统

I

四川大学锦城学院本科毕业论文 基于U盘Linux系统以及QT/E的系统安装程序设计

U disk-based Linux systems, and QT / E of the system

installation program design

Major: Software Engineering

Student: Li Qi Supervisor: Zhang yi

Abstract

QT / E is a cross-platform C + + graphical user interface (GUI) toolkit, which is

well-known Qt developers TrollTech released version of Qt for embedded systems, Qt is KDE

and other projects to support the use of the GUI libraries, many based on the Qt for X Window

programs can be easily ported to an embedded Qt / Embedded version. Since the Qt / Embedded

has been released, there are many embedded Linux developers to use Qt / Embedded embedded

GUI application development.

U disk Linux system uses Busybox, as well as CentOS 5.2 for production, is stored in the U

disk can run the Linux operating system, the system has a basic shell command, the program

needs to run QT / E database, as well as formatting the hard disk partition tools such as . System

installation program is based on QT / E development, operation in the U disk system, and

achieved the target machine to install the operating system the main function.

U disk system because of its easy to carry, easy to operate and so on, during the installation

and system maintenance aspects of the system to be widely used. Qt / E to remove the

dependence of the X Lib directly working on the Frame Buffer, so that in the Linux system

without X11 running GUI program has become a possibility.

Key words:Linux QT / E Development BusyBox U disk Linux system

II

本文标签: 系统U盘运行图形用户界面使用