2006-09-14 |
H. Peter Anvin | Add sample splash image
|
commit | commitdiff | tree |
2006-09-14 |
H. Peter Anvin | Default background; skip background if VESA is uninitialized
|
commit | commitdiff | tree |
2006-09-14 |
H. Peter Anvin | Clean up cursor during initialization
|
commit | commitdiff | tree |
2006-09-14 |
H. Peter Anvin | Properly support 16, 24 and 32-bit modes; now working...
|
commit | commitdiff | tree |
2006-09-14 |
H. Peter Anvin | Fix dependency checking for sys/vesa
|
commit | commitdiff | tree |
2006-09-14 |
H. Peter Anvin | Replace memcpy() with a routine written in assembly...
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | Beginnings of supporting multiple pixel formats
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | fmtpixel.h: cleanups and performance improvements
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | Code to deal with multiple pixel formats
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | For SOH codes, always issue a leading zero reset
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | Document new selection programs.
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | Merge with 3.2x branch
|
commit | commitdiff | tree |
2006-09-13 |
Erwan Velu | Introducing a new com32 module to parse pci devices...
|
commit | commitdiff | tree |
2006-09-13 |
erwan | Before this fix, the cpu flags were shifted
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | initvesa: don't trust the BIOS when it says tty is...
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | ansi: actually enable/disable the menu as required.
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | vesainfo: program to dump all VESA modes
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | com32/ansicon: actually mode the cursor...
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | Remove VESA demo and function used only by it
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | vesacon: if mode set failed, assume screen is unchanged
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | vesacon: stub out debugging function
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | vesacon: if a custom font is loaded, use it instead...
|
commit | commitdiff | tree |
2006-09-13 |
H. Peter Anvin | Implement fallback from vesacon to ansicon
|
commit | commitdiff | tree |
2006-09-12 |
H. Peter Anvin | Cursor support for vesacon
|
commit | commitdiff | tree |
2006-09-11 |
H. Peter Anvin | Factor out the ANSI engine from the ANSI and VESA consoles
|
commit | commitdiff | tree |
2006-09-06 |
H. Peter Anvin | Documentation for the graphical menu system
|
commit | commitdiff | tree |
2006-09-06 |
H. Peter Anvin | Document graphical console
|
commit | commitdiff | tree |
2006-09-06 |
H. Peter Anvin | No need to bzero .bss memory
|
commit | commitdiff | tree |
2006-09-06 |
H. Peter Anvin | Augment tinyjpeg so that we can decode straight into...
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | Set saner limits, since tinyjpeg will actually decode...
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | Default to black screen; draw a JPEG background correctly.
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | Correct the memory layout for the BGRA32 color space
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | Merge with 3.2x branch
|
commit | commitdiff | tree |
2006-09-05 |
Erwan Velu | Adding a new com32 module to handle cpu information
|
commit | commitdiff | tree |
2006-09-05 |
Arne Georg Gleditsch | Simple menu system updates Signed-off-by: H. Peter Anvin <hpa@zytor.com>
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | Add support for decoding JPEG images as well as PNG
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | tinyjpeg: add rgba32 and bgra32 formats
|
commit | commitdiff | tree |
2006-09-05 |
H. Peter Anvin | Factor tinyjpeg out by colorspace, so we don't pull...
|
commit | commitdiff | tree |
2006-09-02 |
H. Peter Anvin | Fix typo in Makefile rule
|
commit | commitdiff | tree |
2006-09-02 |
H. Peter Anvin | Add tiny JPEG decoder library
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Lots of fixes to make the graphical menu actually work.
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Color table handling for the VESA console
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | state -> st.state
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | ansicon support for SOH # color table handling
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Don't bother writing out the trailing byte of an invalid...
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Serial port output with color table string injection.
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Whitespace cleanup
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Whitespace cleanup
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Whitespace cleanup
|
commit | commitdiff | tree |
2006-09-01 |
H. Peter Anvin | Beginnings of a color theme manager; unify vesamenu...
|
commit | commitdiff | tree |
2006-08-31 |
H. Peter Anvin | Shading fix
|
commit | commitdiff | tree |
2006-08-31 |
H. Peter Anvin | More work on actual VESA console and menu. Shadowing...
|
commit | commitdiff | tree |
2006-08-31 |
H. Peter Anvin | Explicitly initialize on open instead of initializing...
|
commit | commitdiff | tree |
2006-08-30 |
H. Peter Anvin | Better test of alpha blending (holy crap, it works!)
|
commit | commitdiff | tree |
2006-08-30 |
H. Peter Anvin | Actually blend the proper colors...
|
commit | commitdiff | tree |
2006-08-30 |
H. Peter Anvin | More sophisticated alpha blending; comment out background...
|
commit | commitdiff | tree |
2006-08-30 |
H. Peter Anvin | This branch is now targetted toward version 3.21
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | Add alpha-blending function in preparation for proper...
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | Test program for the VESA code
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | Include file updates
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | Add routine to initialize and test for the FPU.
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | Add strtod() function, needed by libpng
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | Work on getting libpng to actually do something useful...
|
commit | commitdiff | tree |
2006-08-28 |
H. Peter Anvin | More work on VESA graphical console support
|
commit | commitdiff | tree |
2006-08-27 |
H. Peter Anvin | More work on the VESA graphics console
|
commit | commitdiff | tree |
2006-08-26 |
H. Peter Anvin | Move Makefile.secret to the release directory
|
commit | commitdiff | tree |
2006-08-26 |
H. Peter Anvin | This branch is targetted at SYSLINUX 3.30
|
commit | commitdiff | tree |
2006-08-26 |
H. Peter Anvin | Beginning of a VESA graphical console driver
|
commit | commitdiff | tree |
2006-08-26 |
H. Peter Anvin | Support sending information from the comboot module...
|
commit | commitdiff | tree |
2006-08-25 |
H. Peter Anvin | We actually need klibc-1.4.27 or later...
|
commit | commitdiff | tree |
2006-08-25 |
H. Peter Anvin | extlinux: when compiling against klibc, use atexit...
|
commit | commitdiff | tree |
2006-08-25 |
H. Peter Anvin | extlinux: when building for klibc, mknod() needs to...
|
commit | commitdiff | tree |
2006-08-25 |
H. Peter Anvin | We need klibc-1.4.26 for getopt_long() to actually...
|
commit | commitdiff | tree |
2006-08-25 |
H. Peter Anvin | Print a usage message when we get an invalid option
|
commit | commitdiff | tree |
2006-08-25 |
H. Peter Anvin | Support building extlinux with klibc
|
commit | commitdiff | tree |
2006-08-22 |
H. Peter Anvin | PXELINUX: Print an error message if the config file...
|
commit | commitdiff | tree |
2006-08-22 |
H. Peter Anvin | Fix typo
|
commit | commitdiff | tree |
2006-08-22 |
H. Peter Anvin | In kaboom, use standard macro for resetting the stack...
|
commit | commitdiff | tree |
2006-08-22 |
H. Peter Anvin | Merge with git+ssh://master.kernel.org/pub/scm/boot...
|
commit | commitdiff | tree |
2006-08-22 |
H. Peter Anvin | Modularize the pause bird function; don't print dots...
|
commit | commitdiff | tree |
2006-08-18 |
H. Peter Anvin | Document CD boot sector fix.
|
commit | commitdiff | tree |
2006-08-18 |
H. Peter Anvin | Comment fix.
|
commit | commitdiff | tree |
2006-08-18 |
H. Peter Anvin | Fix stack clobber when loading CD boot sectors.
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | More cleanup of comboot exit code
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Fix directory name
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Target to upload a prerelease
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Merge with git+ssh://master.kernel.org/pub/scm/boot...
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Remove more CVS-era $Id$ tags.
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Better describe what this macro does (comment fix.)
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Clean up the reset stack macro further; incorporate...
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Remove obsolete code
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | The RESET_STACK change broke SYSLINUX & EXTLINUX. ...
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Add header file missing since prior checkin
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Remove CVS-era $Id$ tags.
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | Document stack overflow issue.
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | When exiting a COMBOOT/COM32 module, reset the stack...
|
commit | commitdiff | tree |
2006-08-17 |
H. Peter Anvin | COM32 module from Erwan Velu to automate loading based...
|
commit | commitdiff | tree |
2006-08-15 |
H. Peter Anvin | Stealth whitespace cleanup
|
commit | commitdiff | tree |
2006-08-15 |
Erwan Velu | Adding a com32 module to handle DMI
|
commit | commitdiff | tree |
2006-08-09 |
H. Peter Anvin | DOS installer: make sure we tell gcc what the memory...
|
commit | commitdiff | tree |