Changeset 43117 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Aug 30, 2012 5:36:04 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80482
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/orgs.asm
r42809 r43117 39 39 ;; 40 40 41 42 ; Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 43 ; other than GPL or LGPL is available it will apply instead, Oracle elects to use only 44 ; the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 45 ; a choice of LGPL license versions is made available with the language indicating 46 ; that LGPLv2 or any later version may be used, or where a choice of which version 47 ; of the LGPL is applied is otherwise unspecified. 41 48 42 49 EBDA_SEG equ 09FC0h ; starts at 639K -
trunk/src/VBox/Devices/PC/BIOS/pcibios.inc
r42392 r43117 38 38 ;; 39 39 ;; 40 41 42 ; Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 43 ; other than GPL or LGPL is available it will apply instead, Oracle elects to use only 44 ; the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 45 ; a choice of LGPL license versions is made available with the language indicating 46 ; that LGPLv2 or any later version may be used, or where a choice of which version 47 ; of the LGPL is applied is otherwise unspecified. 40 48 41 49 include pcicfg.inc -
trunk/src/VBox/Devices/PC/BIOS/pirq.inc
r42332 r43117 38 38 ;; 39 39 ;; 40 41 42 ; Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 43 ; other than GPL or LGPL is available it will apply instead, Oracle elects to use only 44 ; the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 45 ; a choice of LGPL license versions is made available with the language indicating 46 ; that LGPLv2 or any later version may be used, or where a choice of which version 47 ; of the LGPL is applied is otherwise unspecified. 40 48 41 49 if BX_PCIBIOS -
trunk/src/VBox/Devices/PC/BIOS/smidmi.inc
r38699 r43117 39 39 ;; 40 40 41 42 ; Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 43 ; other than GPL or LGPL is available it will apply instead, Oracle elects to use only 44 ; the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 45 ; a choice of LGPL license versions is made available with the language indicating 46 ; that LGPLv2 or any later version may be used, or where a choice of which version 47 ; of the LGPL is applied is otherwise unspecified. 48 41 49 include vbdmismi.inc 42 50
Note:
See TracChangeset
for help on using the changeset viewer.