Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


modified copyright tags
[palacios.git] / palacios / src / devices /
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-16 Jack Lange formatting
2008-09-16 Jack Lange *** empty log message ***
2008-09-16 Jack Lange fixed a ton of compile errors
2008-09-02 Jack Lange clean up
2008-08-14 Zheng Cui *** empty log message ***
2008-08-14 Zheng Cui *** empty log message ***
2008-08-03 Jack Lange added emulator
2008-07-28 Peter Dinda Added RTC functionality (including interrupt injection...
2008-07-21 Jack Lange added new debugging directives
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-21 Jack Lange increased memory to 128 MB
2008-07-21 Peter Dinda Bug fixes in 8259: now handles irqs>=8
2008-07-18 Jack Lange *** empty log message ***
2008-07-17 Peter Dinda Generic: simplified interface to create_generic
2008-07-17 Jack Lange *** empty log message ***
2008-07-17 Jack Lange added serial port
2008-07-17 Jack Lange *** empty log message ***
2008-07-16 Peter Dinda *** empty log message ***
2008-07-16 Jack Lange got rid of the silent errors...
2008-07-15 Peter Dinda Switched back to two floppies in floppy+equipment bytes
2008-07-14 Jack Lange *** empty log message ***
2008-07-14 Peter Dinda keyboard driver has debug printing enabled
2008-07-07 Peter Dinda svm_io.c now correctly handles segment prefix overrides...
2008-07-07 Jack Lange boot process to serial initialization
2008-07-03 Peter Dinda generic now properly handles outwords and outdwords
2008-07-02 Peter Dinda Updated to include improved 8254
2008-07-02 Peter Dinda Added latching and reading
2008-06-10 Jack Lange added dma device
2008-06-10 Jack Lange *** empty log message ***
2008-06-06 Peter Dinda Working odin - x86 only - do 0 and then F5 to avoid...
2008-05-30 Peter Dinda Working (apparently) emulated keyboard support
2008-05-29 Peter Dinda Actual emulated keyboard (but not yet debugged)
2008-05-29 Jack Lange added timer support...
2008-05-29 Jack Lange updated to coding standards....
2008-05-23 Peter Dinda *** empty log message ***
2008-05-22 Peter Dinda Added generic device, some keyboard fixes (still in...
2008-05-22 Jack Lange *** empty log message ***
2008-05-21 Jack Lange lot of changes
2008-05-16 Peter Dinda First cut at a keyboard device (partially done) CUTPOINT_BEFORE_FULL_EMULATION
2008-05-15 Jack Lange *** empty log message ***
2008-05-14 Jack Lange reworked some of the interrupt handling
2008-05-13 Jack Lange lots of changes...
2008-05-06 Jack Lange booting geekos up to the timer initialization
2008-05-02 Peter Dinda nvram updated to provide typical IBM PC data
2008-05-02 Jack Lange *** empty log message ***
2008-04-30 Jack Lange *** empty log message ***
2008-04-28 Jack Lange fixed stupid errors
2008-04-25 Jack Lange added PIC device
2008-04-23 Jack Lange added pic device
2008-04-22 Jack Lange moved pic device
2008-04-22 Jack Lange *** empty log message ***
2008-04-16 Jack Lange something that sort of works more than it did previousl...
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-14 Jack Lange added full device support
2008-04-12 Peter Dinda Added devices, device manager, and nvram device