aboutsummaryrefslogtreecommitdiffstats
path: root/src/clock.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-1/+1
* Fix RTC UIP timing.Kevin O'Connor2009-02-161-4/+4
* Clock cleanups.Kevin O'Connor2009-02-151-24/+40
* Don't declare a handler for int 0x1c - the default handler is sufficient.Kevin O'Connor2009-01-291-7/+0
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Reduce stack usage of hw irq handlers.Kevin O'Connor2009-01-011-10/+4
* Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor2008-12-291-1/+1
* Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor2008-12-281-4/+1
* Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)Kevin O'Connor2008-12-131-5/+7
* Implement time based checks even when looping on an ioport.Kevin O'Connor2008-12-131-20/+32
* Implement tsc based delay timers, and use them throughout code.Kevin O'Connor2008-11-281-34/+109
* Enable a default hw irq handler.Kevin O'Connor2008-11-261-8/+4
* Always define macro MODE16 - that way it can be used in C conditionals.Kevin O'Connor2008-07-131-23/+23
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* Improve some debugging output.Kevin O'Connor2008-06-281-3/+0
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-141-5/+8
* Support config driven debugging of each irq handler.Kevin O'Connor2008-06-121-4/+4
* Move debugging messages to appropriate functions.Kevin O'Connor2008-06-081-0/+1
* Minor cleanup - use usecs instead of msecs.Kevin O'Connor2008-05-241-2/+2
* Implement usleep using real time clock.Kevin O'Connor2008-05-181-30/+107
* Fix typo in clock.c outb_cmos call.Kevin O'Connor2008-05-131-2/+2
* Move timer setup from post.c to clock.c.Kevin O'Connor2008-04-131-0/+31
* Basic support for PCI BIOS.Kevin O'Connor2008-03-161-7/+0
* Don't save/restore flags and ebp on external calls - saves on stack space.Kevin O'Connor2008-03-111-0/+1
* Reduce stack usage for ISRs; minor fixes.Kevin O'Connor2008-03-111-5/+8
* Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor2008-03-091-19/+18
* Rename VISIBLE macro for better control.Kevin O'Connor2008-03-051-4/+4
* Bug fixes; get mouse working.Kevin O'Connor2008-03-021-2/+5
* Misc updates.Kevin O'Connor2008-02-261-0/+54
* Version 0.1.2rel-0.1.2Kevin O'Connor2008-02-251-2/+50
* Version 0.1.1rel-0.1.1Kevin O'Connor2008-02-251-2/+231
* Initial checkin.rel-0.1.0Kevin O'Connor2008-02-251-0/+54