📄 changelog
字号:
PLANAR4 graphics modes - added stubs for unimplemented features in graphics modes2003-02-04 22:19 vruppert * VGABIOS-lgpl-latest.bin (1.8), VGABIOS-lgpl-latest.debug.bin (1.8): - set video mode: clear vga memory in graphics mode - set video mode: load default font in text mode - write character implemented for graphics mode 0x122003-02-04 22:06 vruppert * vgabios.c (1.25): - set video mode: clear vga memory in graphics mode - set video mode: load default font in text mode - write character implemented for graphics mode 0x122003-01-21 19:30 vruppert * vgabios.c (1.24): - remap the cursor size if the char height is > 8 and the new values are < 82003-01-20 18:24 cbothamy * Makefile (1.9): - fix so make -j2 does not overwrite temp files2003-01-19 12:35 vruppert * vgabios.c (1.23): - function set_scan_lines() recalculates the number of rows and the page size - new values for char height, text rows and page size are stored in the BIOS data segment - asm helper function idiv_u added2003-01-15 18:49 cbothamy * VGABIOS-lgpl-latest.bin (1.7), VGABIOS-lgpl-latest.debug.bin (1.7): - compile vgabios rev 1.222003-01-15 18:49 cbothamy * vgabios.c (1.22): - fix bug found by ams : a 8bits index value was compared to 0x100 in some cases in biosfn_set_all_dac_reg, biosfn_read_all_dac_reg, biosfn_perform_gray_scale_summing2003-01-15 17:34 cbothamy * Makefile (1.8): - fix symbol table file names, discovered by ams2003-01-04 21:20 vruppert * VGABIOS-lgpl-latest.bin (1.6), VGABIOS-lgpl-latest.debug.bin (1.6), vgabios.c (1.21): - biosfn_set_video_mode(): reset attribute controller flip-flop before setting up the controller's registers (bug found with amidiag)2003-01-04 09:50 vruppert * vbe.c (1.23): - VBE function 0x00 returns VBE 1.x compatible information if no VBE signature is present2003-01-01 12:44 vruppert * VGABIOS-lgpl-latest.bin (1.5), VGABIOS-lgpl-latest.debug.bin (1.5): - SVGA mode 0x6A (800x600x4) added to the list of graphics modes2002-12-31 18:07 vruppert * vgatables.h (1.2): - SVGA mode 0x6A (800x600x4) added to the list of graphics modes2002-11-23 10:38 cbothamy * ChangeLog (1.17, v0_3b): - fix changelog for 0.3b release2002-10-20 17:12 vruppert * VGABIOS-lgpl-latest.bin (1.4), VGABIOS-lgpl-latest.debug.bin (1.4), vgabios.c (1.20) (utags: v0_3b): - new function set_scan_lines() for the font size change (patch from Hartmut Birr) - cursor shape start and end must be updated in set_scan_lines() - set_scan_lines() is called by the functions 0x1110, 0x1111, 0x1112 and 0x1114 after copying the font data2002-10-04 08:20 vruppert * VGABIOS-lgpl-latest.bin (1.3), VGABIOS-lgpl-latest.debug.bin (1.3), vgabios.c (1.19): - biosfn_set_single_dac_reg(): the red value is stored in DH2002-09-19 19:05 cbothamy * VGABIOS-lgpl-latest.bin (1.2), VGABIOS-lgpl-latest.debug.bin (1.2): - updated with latest changes2002-09-19 19:03 cbothamy * ChangeLog (1.16), Makefile (1.7, v0_3b), vbe.c (1.22, v0_3b), vgabios.c (1.18), vgabios.h (1.3, v0_4b, v0_4a, v0_3b): - updated the Makefile - removed display of copyrights. - changed the Copyright string to "LGPL VGABios developers"2002-09-08 21:14 vruppert * vgabios.c (1.17): - set the cursor shape depending on the current font height - clear BL before calling int 0x10 function 0x1103 in vgabios_init_func2002-08-23 22:58 cbothamy * vbe.c (1.21), vbetables.h (1.12, v0_3b): - added lfb-mode numbers (patch from mathis)2002-07-21 21:57 japj * vbe.c (1.20), vgabios.c (1.16): gcc2/3 preprocessing fix2002-05-18 16:55 cbothamy * vgabios.c (1.15): - include patch from Volker that adds some text font functions2002-05-01 23:13 japj * VGABIOS-lgpl-latest.bin (1.1), VGABIOS-lgpl-latest.debug.bin (1.1): adding latest bin & debug bin of the vgabios2002-04-29 14:50 japj * ChangeLog (1.15), vbe.c (1.19), vbe.h (1.12, v0_3b), vbetables.h (1.11), vgabios.c (1.14): - applying hw scrolling/multibuffering patch2002-04-25 21:59 japj * Makefile (1.6), vbe.c (1.18), vgabios.c (1.13): - reverting #asm/##asm & endasm patch (does not work with with cygwin)2002-04-19 19:38 japj * Makefile (1.5), vbe.c (1.17), vgabios.c (1.12): - fixing preprocessing of vgabios with latest gcc (from Mandrake 8.2)2002-04-08 23:44 japj * ChangeLog (1.14), vbe_display_api.txt (1.5, v0_3b): - preparing docs for new DISPI interface (for hardware scrolling)2002-04-03 19:06 japj * ChangeLog (1.13), TODO (1.9, v0_4b, v0_4a, v0_3b), vbe.c (1.16): - defaulting LFB on + updated changelog & todo2002-04-03 00:38 cbothamy * vbe.c (1.15), vgabios.c (1.11): - changed the logging ports to 0x500 -> 0x5022002-03-14 17:54 japj * vbe.c (1.14): - vbetables.h is dependant upon some defines (VBE_HAVE_LFB), so put the include *after* the define2002-03-13 21:47 japj * ChangeLog (1.12), TODO (1.8), vbe.c (1.13), vbetables.h (1.10), vgabios.c (1.10): - made LFB dependant upon define - not implement vbe functions return failure - updated todo & docs for things after bochs 1.42002-03-13 19:46 japj * vbe.h (1.11), vbe_display_api.txt (1.4): - added max video memory + documented what is in the 0xb0c0 interface2002-03-12 02:33 cbothamy * ChangeLog (1.11), Makefile (1.4): - updated for 0.3a. Merged vgabios.bin and vbebios.bin2002-03-10 21:36 japj * ChangeLog (1.10), vbetables.h (1.9): - added LFB modes for testing with vbe-lfb patch in Bochs2002-03-10 17:42 japj * vbe.c (1.12, v0_3a): - show people when they do NOT have VBE support available2002-03-10 17:36 japj * TODO (1.7, v0_3a), vbe.c (1.11), vbe.h (1.10, v0_3a), vgabios.c (1.9, v0_3a): - cleanup of vbe internal functions (set 8bpp mode is now dependant on ModeInfo content instead of hardcoded functions)2002-03-10 17:20 cbothamy * ChangeLog (1.9, v0_3a), TODO (1.6): - updated for 0.3a2002-03-10 17:19 cbothamy * vbe.c (1.10), vbe.h (1.9): - added vbe_has_vbe_display function that detects an attached vbe display2002-03-10 17:12 cbothamy * vgabios.c (1.8): - vbe calls are done only if a vbe display is detected2002-03-10 11:25 japj * vbe.h (1.8), vbe_display_api.txt (1.3, v0_3a): - preparing for LFB support2002-03-09 14:25 japj * vgabios.c (1.7): - fixing initial cursor shape to _ instead of -2002-03-08 23:08 japj * ChangeLog (1.8), TODO (1.5), vbe.c (1.9), vbe.h (1.7), vgabios.c (1.6): - updating vbe code to new API2002-03-08 21:48 japj * vbe.c (1.8), vbe.h (1.6), vbetables.h (1.8, v0_3a): - updating vbe code with #defines from API2002-03-08 21:31 japj * vbe_display_api.txt (1.2): - adding some text about how banks work2002-03-08 21:09 japj * ChangeLog (1.7), vbe_display_api.txt (1.1): - adding vbe_display_api documentation2002-03-07 21:36 japj * ChangeLog (1.6), vbe.c (1.7), vbetables.h (1.7): - added 1024x768xbpp support - some more cleanups/comments2002-03-06 21:55 japj * ChangeLog (1.5), TODO (1.4), vbe.c (1.6), vbetables.h (1.6), vgabios.c (1.5): - updated changelog with new modi - added 640x480x8 (Mandrake Installer can use this!) - added pre VBE2 compatible 'detection' - fixed problem when normal vga set mode wouldn't disable vbe mode2002-03-06 20:59 japj * TODO (1.3), vbe.c (1.5), vbe.h (1.5), vbetables.h (1.5), vgabios.c (1.4): - adding 640x400x8 and 800x600x8 vbe support (this depends HEAVILY on my bochs vga code patch - japj)2002-03-06 18:00 japj * vbe.c (1.4), vbe.h (1.4), vbetables.h (1.4): - implemented banked & lfb support for 320x200x8bpp (some fixes for vbetest program not displaying anything)2002-03-05 20:25 japj * Makefile (1.3, v0_3a): for vbe debug bios: - print debugging information in assembly output - print source code in assembly output2002-03-01 19:39 japj * ChangeLog (1.4), TODO (1.2), vbe.c (1.3), vbe.h (1.3), vbetables.h (1.3): - added vbe support for 320x200x8 using the standard vgamode (0x13)2002-02-19 00:29 japj * ChangeLog (1.3): - updating ChangeLog with lfbprof2002-02-18 23:26 japj * tests/lfbprof/: lfbprof.c (1.2), lfbprof.h (1.2) (utags: v0_3a, v0_3b, v0_4a, v0_4b): - fixed unsigned short for mode list (-1 != 0xffff otherwise) - fixed LfbMapRealPointer macro mask problem (some modes were skipped) - added some extra 'debugging' printf's2002-02-18 23:07 japj * tests/lfbprof/: Makefile (1.1, v0_4b, v0_4a, v0_3b, v0_3a), lfbprof.c (1.1), lfbprof.h (1.1): - Adding lfbprof testprogram (for vbe testing purposes) It needs to be compiled with the Watcom C Compiler2002-02-18 18:48 japj * vbe.c (1.2), vbe.h (1.2): - cosmetic updates to vbe.c/h + added bunch of FIXMEs for work that needs to be done2002-02-18 18:34 japj * vbetables.h (1.2): - cosmetic updates in vbetables.h2002-02-18 18:32 japj * ChangeLog (1.2): updated changelog with merge of vbebios 0.22002-02-18 18:07 japj * vgabios.c (1.3): - small cosmetic cleanup in vgabios vbe code + added FIXMEs2002-02-18 17:55 japj * Makefile (1.2), dataseghack (1.2, v0_4b, v0_4a, v0_3b, v0_3a), vbe.c (1.1), vbe.h (1.1), vbetables.h (1.1), vgabios.c (1.2), vgabios.h (1.2, v0_3a): - merging with vbebios 0.2 release2002-02-18 11:31 cbothamy * BUGS (1.1, v0_4b, v0_4a, v0_3b, v0_3a), COPYING (1.1, v0_4b, v0_4a, v0_3b, v0_3a), ChangeLog (1.1), Makefile (1.1), Notes (1.1, v0_4b, v0_4a, v0_3b, v0_3a), README (1.1, v0_3b, v0_3a), TODO (1.1), dataseghack (1.1), vgabios.c (1.1), vgabios.h (1.1), vgafonts.h (1.1, v0_4b, v0_4a, v0_3b, v0_3a), vgatables.h (1.1, v0_3b, v0_3a), tests/testbios.c (1.1, v0_4b, v0_4a, v0_3b, v0_3a): - initial import
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -