seabios.git
16 years agoMinor cleanup in floppy.c
Kevin O'Connor [Fri, 29 Feb 2008 05:20:32 +0000 (00:20 -0500)]
Minor cleanup in floppy.c

16 years agoHave compiler add debugging info to main 16bit code.
Kevin O'Connor [Fri, 29 Feb 2008 01:01:11 +0000 (20:01 -0500)]
Have compiler add debugging info to main 16bit code.

16 years agothe idt descriptors look a bit wrong. this patch fixes that
Kevin O'Connor [Fri, 29 Feb 2008 01:00:20 +0000 (20:00 -0500)]
the idt descriptors look a bit wrong. this patch fixes that

From Nguyen Anh Quynh

16 years agoSome cleanups based on patch by Nguyen Anh Quynh
Kevin O'Connor [Wed, 27 Feb 2008 15:41:41 +0000 (10:41 -0500)]
Some cleanups based on patch by Nguyen Anh Quynh

Add include guards to header files.
Disable stack protector on gcc versions with that option.
Fix lds bug in src/rombios32.lds.S
Don't forward declare "struct bregs;" - it may be confusing gcc on some versions.

16 years agoMerge recent changes to bochs-bios CVS head.
Kevin O'Connor [Wed, 27 Feb 2008 15:27:00 +0000 (10:27 -0500)]
Merge recent changes to bochs-bios CVS head.

Slightly different order to rom-scanning.

16 years agoMisc updates.
Kevin O'Connor [Wed, 27 Feb 2008 02:33:14 +0000 (21:33 -0500)]
Misc updates.

Try to fix up make dependency tracking by including a "null.c" file.
Initialize hard disk tables during post.
Move RTC handlers from system.c to clock.c
Use a macro to init stacks in romlayout.S
Add C-Code stats to buildrom step.

16 years agoVersion 0.1.2
Kevin O'Connor [Tue, 26 Feb 2008 03:30:47 +0000 (22:30 -0500)]
Version 0.1.2

16 years agoVersion 0.1.1
Kevin O'Connor [Tue, 26 Feb 2008 03:29:55 +0000 (22:29 -0500)]
Version 0.1.1

16 years agoInitial checkin.
Kevin O'Connor [Tue, 26 Feb 2008 03:25:15 +0000 (22:25 -0500)]
Initial checkin.