JollyWizard / grub4dos

外部命令和工具源码:https://github.com/chenall/grubutils 下载:

Home Page:http://grub4dos.chenall.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grub4dos cleanup

Overview

This is my attempt to cleanup grub4dos into something I can hopefully improve.

Cleanup Goals

  • Standardize the build process inside a reproducible docker container.
  • Remove all traces of automake (or at least the autogenerated junk).
  • Remove any cygwin specific content.
  • Remove chinese specific content.
  • Remove default boot tools

Learning Goals

  • Understand how the graphical client is built.
  • Figure out how to build grub extension modules.

Extension Goals

  • Components abstracted into a structure that is more elucidating.
  • A for each directive that can generate menu areas
  • A template system for mounting images
  • A modular system for internationalization.

About

外部命令和工具源码:https://github.com/chenall/grubutils 下载:

http://grub4dos.chenall.net


Languages

Language:C 51.5%Language:Assembly 42.9%Language:Makefile 4.6%Language:M4 0.9%Language:Shell 0.1%