aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update todo list.rel-0.4.1Kevin O'Connor2009-07-131-15/+35
* Minor - clarify intermediate object file names.Kevin O'Connor2009-07-131-11/+13
* Cleanup serial and lpt timers.Kevin O'Connor2009-07-132-53/+85
* Delay fdpt pointer setting in ebda to drive map stage.Kevin O'Connor2009-07-122-2/+8
* Add u64 cast to READ64_SEG() macro to fix vga compiling.Kevin O'Connor2009-07-121-1/+1
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-048-16/+11
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-044-0/+16
* Optionrom code cleanup.Kevin O'Connor2009-07-044-80/+86
* Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.Kevin O'Connor2009-06-301-5/+6
* Add descriptions to the gcc tests in tools/test-gcc.sh.Kevin O'Connor2009-06-301-3/+14
* Enhance gcc test for visible variables with -fwhole-program.Kevin O'Connor2009-06-261-0/+1
* Don't use "objcopy --extract-symbol" - old binutils don't have that option.Kevin O'Connor2009-06-221-1/+1
* Minor - remove VAR16_32 from extern declaration in header.Kevin O'Connor2009-06-221-1/+1
* Remove 0x09 as a normal post code (forward port from bochs).Kevin O'Connor2009-06-211-1/+0
* Forward port bochs pci changes.Kevin O'Connor2009-06-211-10/+3
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-219-56/+97
* Support running non-pci specific vga option roms from CBFS.Kevin O'Connor2009-06-173-8/+26
* Avoid makefile "else ifeq" syntax - old versions don't support it.Kevin O'Connor2009-06-171-1/+3
* Make sure memcpy() works in 16bit mode also.Kevin O'Connor2009-06-152-0/+6
* Fix compile of smpdetect - last commit missed an include.Kevin O'Connor2009-06-151-0/+1
* Unify mode16/32 compiler checks.Kevin O'Connor2009-06-156-18/+15
* Minor - clarify disabling "-combine" warning.Kevin O'Connor2009-06-151-2/+1
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-156-68/+44
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-107-34/+53
* Do garbage collection of unused sections.Kevin O'Connor2009-06-1012-51/+192
* checkstack.py should not match pushaw on stack usage check.Kevin O'Connor2009-06-101-1/+1
* Try to check for IDE drive 0 responding to drive 1 commands.Kevin O'Connor2009-06-101-21/+31
* VGA: Move direct in/out calls out of vgafb.c.Kevin O'Connor2009-05-313-27/+38
* VGA: Comment and name update.Kevin O'Connor2009-05-313-77/+87
* VGA: Arrange screen writing functions to minimize stack.Kevin O'Connor2009-05-311-21/+50
* VGA: Reduce stack usage.Kevin O'Connor2009-05-312-7/+6
* VGA: No need to scroll multiple times when writing a tab.Kevin O'Connor2009-05-311-35/+21
* VGA: Further simplify scrolling code.Kevin O'Connor2009-05-312-169/+86
* VGA: Simplify scrolling implementation.Kevin O'Connor2009-05-312-54/+18
* VGA: Fix bad commit to vgafb.c - missing '}'.Kevin O'Connor2009-05-311-0/+1
* VGA: Define clear_screen in terms of memmodel.Kevin O'Connor2009-05-311-10/+12
* VGA: Breakup biosfn_scroll.Kevin O'Connor2009-05-313-165/+217
* Fix typo in irqentryarg declaration.Kevin O'Connor2009-05-301-1/+1
* In register dump, show %esp - not address of regs.Kevin O'Connor2009-05-271-2/+2
* Keep relocated 16bit code so checkstack can use it.Kevin O'Connor2009-05-272-3/+3
* VGA: Move cursor setting out of biosfn_write_teletype.Kevin O'Connor2009-05-261-24/+14
* VGA: Remove recursion from biosfn_write_teletype().Kevin O'Connor2009-05-261-28/+37
* VGA: Simplify vgafb_write/read_char.Kevin O'Connor2009-05-263-68/+87
* VGA: Remove vmode_g->class - store info in vmode_g->memmodel.Kevin O'Connor2009-05-254-37/+30
* VGA: Use struct for car/attr/WITH_ATTR.Kevin O'Connor2009-05-253-99/+66
* VGA: Combine x/y/page into one parameter.Kevin O'Connor2009-05-253-108/+90
* VGA: Inline biosfn_set_video_mode() into its only caller.Kevin O'Connor2009-05-251-133/+107
* VGA: Replace biosfn_load_text_* with vgafb_load_font().Kevin O'Connor2009-05-253-65/+30
* VGA: Factor out hardware accesses from biosfn_set_video_mode.Kevin O'Connor2009-05-254-96/+113
* VGA: Minor - improve indentation of palette structs.Kevin O'Connor2009-05-251-57/+113