|
|
今天看到syslinux 包里面有个gfxboot程序,是不是syslinux官方开始支持gfxboot了呢?!
.
`-- usr
|-- bin
| |-- gethostip
| |-- isohybrid
| |-- keytab-lilo
| |-- lss16toppm
| |-- md5pass
| |-- mkdiskimage
| |-- ppmtolss16
| |-- sha1pass
| |-- syslinux
| `-- syslinux2ansi
|-- lib
| `-- syslinux
| |-- altmbr.bin
| |-- altmbr_c.bin
| |-- altmbr_f.bin
| |-- chain.c32
| |-- cmd.c32
| |-- com32
| | |-- com32.ld
| | |-- include
| | | |-- alloca.h
| | | |-- assert.h
| | | |-- bitsize
| | | | |-- limits.h
| | | | |-- stddef.h
| | | | |-- stdint.h
| | | | |-- stdintconst.h
| | | | `-- stdintlimits.h
| | | |-- colortbl.h
| | | |-- com32.h
| | | |-- console.h
| | | |-- cpufeature.h
| | | |-- ctype.h
| | | |-- dev.h
| | | |-- dirent.h
| | | |-- elf.h
| | | |-- endian.h
| | | |-- errno.h
| | | |-- fcntl.h
| | | |-- gplinclude
| | | | |-- README
| | | | |-- cpuid.h
| | | | `-- dmi
| | | | |-- dmi.h
| | | | |-- dmi_base_board.h
| | | | |-- dmi_battery.h
| | | | |-- dmi_bios.h
| | | | |-- dmi_chassis.h
| | | | |-- dmi_ipmi.h
| | | | |-- dmi_memory.h
| | | | |-- dmi_processor.h
| | | | `-- dmi_system.h
| | | |-- inttypes.h
| | | |-- klibc
| | | | |-- archsetjmp.h
| | | | |-- compiler.h
| | | | |-- diverr.h
| | | | |-- endian.h
| | | | |-- extern.h
| | | | `-- sysconfig.h
| | | |-- limits.h
| | | |-- math.h
| | | |-- minmax.h
| | | |-- netinet
| | | | `-- in.h
| | | |-- png.h
| | | |-- pngconf.h
| | | |-- setjmp.h
| | | |-- stdarg.h
| | | |-- stdbool.h
| | | |-- stddef.h
| | | |-- stdint.h
| | | |-- stdio.h
| | | |-- stdlib.h
| | | |-- string.h
| | | |-- sys
| | | | |-- cpu.h
| | | | |-- elf32.h
| | | | |-- elf64.h
| | | | |-- elfcommon.h
| | | | |-- fpu.h
| | | | |-- io.h
| | | | |-- pci.h
| | | | |-- stat.h
| | | | |-- time.h
| | | | |-- times.h
| | | | `-- types.h
| | | |-- syslinux
| | | | |-- adv.h
| | | | |-- advconst.h
| | | | |-- align.h
| | | | |-- boot.h
| | | | |-- bootpm.h
| | | | |-- bootrm.h
| | | | |-- config.h
| | | | |-- features.h
| | | | |-- idle.h
| | | | |-- io.h
| | | | |-- keyboard.h
| | | | |-- linux.h
| | | | |-- loadfile.h
| | | | |-- memscan.h
| | | | |-- movebits.h
| | | | |-- pxe.h
| | | | |-- reboot.h
| | | | |-- resolve.h
| | | | |-- vesacon.h
| | | | |-- video.h
| | | | `-- zio.h
| | | |-- time.h
| | | |-- tinyjpeg.h
| | | |-- unistd.h
| | | |-- zconf.h
| | | `-- zlib.h
| | |-- libcom32.a
| | |-- libcom32gpl.a
| | |-- libutil_com.a
| | `-- libutil_lnx.a
| |-- config.c32
| |-- copybs.com
| |-- cpuidtest.c32
| |-- dmitest.c32
| |-- elf.c32
| |-- ethersel.c32
| |-- gfxboot.com
| |-- gptmbr.bin
| |-- gptmbr_c.bin
| |-- gptmbr_f.bin
| |-- gpxelinux.0
| |-- hdt.c32
| |-- ifcpu64.c32
| |-- isohdpfx.bin
| |-- isohdpfx_c.bin
| |-- isohdpfx_f.bin
| |-- isolinux-debug.bin
| |-- isolinux.bin
| |-- kbdmap.c32
| |-- linux.c32
| |-- mboot.c32
| |-- mbr.bin
| |-- mbr_c.bin
| |-- mbr_f.bin
| |-- memdisk
| |-- memdump.com
| |-- meminfo.c32
| |-- menu.c32
| |-- pcitest.c32
| |-- pmload.c32
| |-- pxechain.com
| |-- pxelinux.0
| |-- reboot.c32
| |-- rosh.c32
| |-- sanboot.c32
| |-- sdi.c32
| |-- syslinux.com
| |-- vesainfo.c32
| `-- vesamenu.c32
|-- sbin
| `-- extlinux
`-- share
`-- man
`-- man1
|-- extlinux.1.gz
|-- gethostip.1.gz
|-- lss16toppm.1.gz
|-- ppmtolss16.1.gz
|-- syslinux.1.gz
`-- syslinux2ansi.1.gz
17 directories, 153 files |
|