📄 changelog
字号:
2004-04-25 20:13 vruppert * VGABIOS-lgpl-latest.bin (1.43), VGABIOS-lgpl-latest.debug.bin (1.43), vgabios.c (1.49), vgatables.h (1.7): - table entries for vga mode 0x0f fixed (PLANAR2 exists on EGA only) - function release_font_access now supports the monochrome text mode - PLANAR1 modes now supported in text output functions and read/write pixel - function AH=0x12/BL=0x32 rewritten in assembler2004-04-25 08:45 vruppert * VGABIOS-lgpl-latest.bin (1.42), VGABIOS-lgpl-latest.debug.bin (1.42), vgabios.c (1.48): - block address calculation in font functions fixed - functions AX=0x1103, AH=0x12/BL=0x31 and AH=0x12/BL=0x33 rewritten in assembler2004-04-24 09:59 vruppert * VGABIOS-lgpl-latest.bin (1.41), VGABIOS-lgpl-latest.debug.bin (1.41), vgabios.c (1.47): - read/write graphics pixel for PLANAR4 modes added - CGA specific functions (group AH = 0x0B) implemented2004-04-23 14:34 vruppert * VGABIOS-lgpl-latest.bin (1.40), VGABIOS-lgpl-latest.debug.bin (1.40), vgabios.c (1.46): - remaining palette and dac read/write functions (except gray scale summing) rewritten in assembler2004-04-18 13:43 vruppert * VGABIOS-lgpl-latest.bin (1.39), VGABIOS-lgpl-latest.debug.bin (1.39), vgabios.c (1.45): - some palette and dac read/write functions rewritten in assembler - main int10 debug message now works with assembler functions, too2004-04-18 09:15 japj * vbe.c (1.40): updated my email address + put vgabios url in the bios copyright string (instead of my old email address)2004-04-17 07:18 vruppert * VGABIOS-lgpl-latest.bin (1.38), VGABIOS-lgpl-latest.debug.bin (1.38), vgabios.c (1.44): - biosfn_set_video_mode: don't load DAC registers if default palette loading is disabled. Perform gray scale summing if enabled. - biosfn_perform_gray_scale_summing: switch between DAC read and write mode is required to make this function work. Maximum DAC value always set to 0x3f.2004-04-08 17:50 vruppert * VGABIOS-lgpl-latest.bin (1.37), VGABIOS-lgpl-latest.debug.bin (1.37), vgabios.c (1.43): - write character function for the LINEAR8 mode - get_font_access() and release_font_access() rewritten in assembler - fixed wrong variable name in the init code2004-04-06 19:31 vruppert * VGABIOS-lgpl-latest.bin (1.36), VGABIOS-lgpl-latest.debug.bin (1.36), vgabios.c (1.42): - init functions rewitten in assembler - function biosfn_set_display_code rewritten in assembler2004-04-05 19:40 vruppert * VGABIOS-lgpl-latest.bin (1.35), VGABIOS-lgpl-latest.debug.bin (1.35), vgabios.c (1.41): - functions biosfn_get_video_mode() and biosfn_read_display_code() rewritten in assembler2004-04-04 18:20 vruppert * VGABIOS-lgpl-latest.bin (1.34), VGABIOS-lgpl-latest.debug.bin (1.34), vgabios.c (1.40): - write character function for CGA modes added - read/write graphics pixel for CGA and LINEAR8 modes added2004-02-23 21:08 vruppert * VGABIOS-lgpl-latest.bin (1.33), VGABIOS-lgpl-latest.debug.bin (1.33), vbe.c (1.39): - dispi_get_max_bpp(): restore the original value of the vbe enable register2004-02-22 14:17 vruppert * README (1.6), vbe.c (1.38), vbe.h (1.20), vbe_display_api.txt (1.9), VGABIOS-lgpl-latest.bin (1.32), VGABIOS-lgpl-latest.debug.bin (1.32): - new function dispi_get_max_bpp() returns the bpp capabilities of the Bochs gui - create the mode list depending on the supported bpp capability - unused stuff removed - documentation updated2004-02-21 18:20 vruppert * vbe.c (1.37), vbe.h (1.19), vbetables.h (1.23), VGABIOS-lgpl-latest.bin (1.31), VGABIOS-lgpl-latest.debug.bin (1.31): - dynamicly genarated vbe mode_info list works now2003-11-17 21:04 vruppert * vbe.c (1.36), vbetables.h (1.22), vgabios.c (1.39), vgatables.h (1.6), VGABIOS-lgpl-latest.bin (1.30), VGABIOS-lgpl-latest.debug.bin (1.30): - new VBE presence flag stored at unused BDA address 0xB9 - VBE init code rewritten - added BIOS TTY flag for VBE mode 0x0102 (TODO: scrolling) - vgabios_init_func: load and activate text font already done by set_video_mode - function biosfn_get_all_palette_reg() fixed2003-11-06 00:26 cbothamy * README (1.5): - add changes for 0.4c release2003-11-06 00:22 cbothamy * VGABIOS-lgpl-latest.bin (1.29), VGABIOS-lgpl-latest.debug.bin (1.29): - compile vgabios.c rev1.382003-11-06 00:21 cbothamy * vgabios.c (1.38): - activate char table after loading it when setting a text video mode2003-11-06 00:19 cbothamy * Makefile (1.12): - when making a release, remove unwanted files first, and exclude CVS from the tarball2003-11-04 22:50 cbothamy * ChangeLog (1.20, v0_4b): - update ChangeLog for 0.4b release2003-11-04 22:49 cbothamy * README (1.4, v0_4b): - update Changes for 0.4b release2003-11-04 20:26 vruppert * vgabios.c (1.37), VGABIOS-lgpl-latest.bin (1.28), VGABIOS-lgpl-latest.debug.bin (1.28) (utags: v0_4b): - biosfn_get_font_info(): character height must be returned in CX2003-11-03 21:57 vruppert * vbe.c (1.35, v0_4b), vgabios.c (1.36), VGABIOS-lgpl-latest.bin (1.27), VGABIOS-lgpl-latest.debug.bin (1.27): - the 'noclearmem' flag is not stored in the 'current video mode' register (0040h:0049h) - VBE also stores the 'noclear' flag in the 'video control' register (0040h:0087h)2003-10-05 10:06 vruppert * vbe.h (1.18, v0_4b), vbe_display_api.txt (1.8, v0_4b), VGABIOS-lgpl-latest.bin (1.26), VGABIOS-lgpl-latest.debug.bin (1.26): - changed VBE i/o registers to 0x01CE/CF (suggestion from Daniel Gimpelevich)2003-08-18 18:38 vruppert * VGABIOS-lgpl-latest.bin (1.25), VGABIOS-lgpl-latest.debug.bin (1.25), vgabios.c (1.35): - wrong offsets to the character tables (INT 0x1F/0x43) fixed (underscore added) - functions accessing the CRT controller optimized using a local variable 'crtc_addr'2003-08-17 15:46 cbothamy * ChangeLog (1.19, v0_4a): - ChangeLog is now automatically generated by running "cvs2cl -r -t -P -S" - update ChangeLog for 0.4a release2003-08-17 15:44 cbothamy * README (1.3, v0_4a): - added the old ChangeLog in the HOSTORY section of the README file - update History for 0.4a release, with a summary of Changes2003-08-17 15:24 cbothamy * Makefile (1.11, v0_4b, v0_4a): - fix Makefile for "release" target2003-08-16 01:49 cbothamy * Makefile (1.10), README (1.2), VGABIOS-lgpl-latest.bin (1.24, v0_4a), VGABIOS-lgpl-latest.debug.bin (1.24, v0_4a), vgabios.c (1.34, v0_4a): - update the Makefile for releases - remove references to old plex86 website - update the Makefile so it build VGABIOS-lgpl-latest.bin and VGABIOS-lgpl-latest.debug.bin2003-08-07 18:17 vruppert * VGABIOS-lgpl-latest.bin (1.23), VGABIOS-lgpl-latest.debug.bin (1.23): - current VBE mode now stored in BDA (unused address 0xBA)2003-08-07 17:54 vruppert * vbe.c (1.34), vgatables.h (1.5, v0_4b) (utags: v0_4a): - current VBE mode now stored in BDA (unused address 0xBA)2003-07-20 18:05 vruppert * vgabios.c (1.33), VGABIOS-lgpl-latest.bin (1.22), VGABIOS-lgpl-latest.debug.bin (1.22): - fixed a few functions accessing the attribute controller2003-07-19 09:33 vruppert * vgabios.c (1.32), VGABIOS-lgpl-latest.bin (1.21), VGABIOS-lgpl-latest.debug.bin (1.21): - re-enable video after programming the attribute controller - biosfn_set_all_palette_reg(): number of palette registers fixed2003-07-16 22:32 vruppert * ChangeLog (1.18), vbe.c (1.33), vbe.h (1.17, v0_4a), vbe_display_api.txt (1.7, v0_4a), vgabios.c (1.31), VGABIOS-lgpl-latest.bin (1.20), VGABIOS-lgpl-latest.debug.bin (1.20): - LFB flag now stored in the register VBE_DISPI_INDEX_ENABLE - release date in Changelog fixed - release date of VBE BIOS 0.6 was the same as VGA BIOS 0.3b - year changed in copyright messages2003-07-15 12:40 vruppert * VGABIOS-lgpl-latest.bin (1.19), VGABIOS-lgpl-latest.debug.bin (1.19): - new function dispi_get_bpp() - function vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp - number of image pages of all VBE modes fixed2003-07-15 12:35 vruppert * vbe.c (1.32), vbetables.h (1.21, v0_4b, v0_4a): - new function dispi_get_bpp() - function vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp - number of image pages of all VBE modes fixed2003-07-14 19:45 vruppert * vbe_display_api.txt (1.6): - description of VBE_DISPI_ interface 0xb0c2 added2003-07-10 19:07 vruppert * vbe.c (1.31), vbetables.h (1.20), VGABIOS-lgpl-latest.bin (1.18), VGABIOS-lgpl-latest.debug.bin (1.18): - 15 bpp VBE modes added - "Bochs own" mode 0x142 (640x480x32bpp) added2003-07-01 19:00 vruppert * vbe.c (1.30), vbe.h (1.16), vbetables.h (1.19), VGABIOS-lgpl-latest.bin (1.17), VGABIOS-lgpl-latest.debug.bin (1.17): - VBE preserve display memory feature implemented - VBE mode entries 0x117 and 0x118 added2003-06-30 21:27 vruppert * vbe.c (1.29), vbe.h (1.15), vbetables.h (1.18), VGABIOS-lgpl-latest.bin (1.16), VGABIOS-lgpl-latest.debug.bin (1.16): - VBE mode info blocks of modes with >8bpp enabled - VBE modes with 24 bpp: bytes per scanline fixed - vbe_biosfn_set_mode() now supports >8bpp - VBE will be enabled with new VBE_DISPI_ID2 (0xB0C2)2003-06-29 12:53 vruppert * vbetables.h (1.17), VGABIOS-lgpl-latest.bin (1.15), VGABIOS-lgpl-latest.debug.bin (1.15): - duplicate lines with VBE_MODE_ATTRIBUTE_GRAPHICS_MODE removed - VBE mode info items of currently unsupported modes fixed2003-06-15 21:19 vruppert * vgabios.c (1.30), VGABIOS-lgpl-latest.bin (1.14), VGABIOS-lgpl-latest.debug.bin (1.14): - function write_gfx_char() rewritten2003-04-26 09:27 vruppert * VGABIOS-lgpl-latest.debug.bin (1.13): - added missing VBE function dispi_get_bank() - added missing return codes for VBE function 4F05h - memory size is always reported in VBE function 4F00h - fixed scan line length for VBE mode 0102h - fixed function set_active_page() for graphics modes - fixed the page sizes of some VGA modes2003-04-26 09:22 vruppert * vbe.c (1.28), vbetables.h (1.16), vgabios.c (1.29), vgatables.h (1.4), VGABIOS-lgpl-latest.bin (1.13): - added missing VBE function dispi_get_bank() - added missing return codes for VBE function 4F05h - memory size is always reported in VBE function 4F00h - fixed scan line length for VBE mode 0102h - fixed function set_active_page() for graphics modes - fixed the page sizes of some VGA modes2003-04-20 09:51 vruppert * vgabios.c (1.28), vgatables.h (1.3), VGABIOS-lgpl-latest.bin (1.12), VGABIOS-lgpl-latest.debug.bin (1.12): - function write_gfx_char() now supports different font sizes - some entries of the static functionality table fixed2003-04-18 09:23 vruppert * vbe.c (1.27), vbe.h (1.14), vbetables.h (1.15): - applied patch #1331 * new function dispi_set_bank_farcall() * VBE mode info item WinFuncPtr points to the new function if the flag VBE_WINDOW_ATTRIBUTE_RELOCATABLE is set * flag VBE_MODE_ATTRIBUTE_EXTENDED_INFORMATION_AVAILABLE added2003-02-11 20:17 vruppert * VGABIOS-lgpl-latest.bin (1.11), VGABIOS-lgpl-latest.debug.bin (1.11), vbe.c (1.26), vbetables.h (1.14): - VBE mode search rewritten * improved function mode_info_find_mode() is now used by the VBE functions 0x4F01 and 0x4F02 * removed all mode list entries with the LFB bit set. LFB detection is now present in the function mode_info_find_mode()2003-02-09 20:59 vruppert * VGABIOS-lgpl-latest.bin (1.10), VGABIOS-lgpl-latest.debug.bin (1.10), vgabios.c (1.27): - function write_gfx_char(): memory address now calculated in this function; background color is always black - function biosfn_write_char_attr(): the count parameter is now used in graphics modes too - function biosfn_write_char_only() works the same way as function biosfn_write_char_attr() in graphics mode - copying charmap data optimized using memcpyb()2003-02-09 11:36 vruppert * VGABIOS-lgpl-latest.bin (1.9), VGABIOS-lgpl-latest.debug.bin (1.9): - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA modes with the LFB flag set removed from the list (Linux doesn't like mode numbers > 0x07ff)2003-02-09 11:02 vruppert * vbe.c (1.25), vbe.h (1.13), vbetables.h (1.13): - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA modes with the LFB flag set removed from the list (Linux doesn't like mode numbers > 0x07ff)2003-02-08 13:04 vruppert * vbe.c (1.24), vgabios.c (1.26): - vbe_biosfn_return_current_mode() now returns the active standard VGA mode TODO: return VESA mode if enabled - biosfn_set_video_mode() now clears the screen in CGA mode correctly - write character functions are now working in all
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -