VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/BIOS/smidmi.inc@ 69496

Last change on this file since 69496 was 69496, checked in by vboxsync, 7 years ago

*: scm --update-copyright-year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1;
2; Copyright (C) 2006-2017 Oracle Corporation
3;
4; This file is part of VirtualBox Open Source Edition (OSE), as
5; available from http://www.virtualbox.org. This file is free software;
6; you can redistribute it and/or modify it under the terms of the GNU
7; General Public License (GPL) as published by the Free Software
8; Foundation, in version 2 as it comes in the "COPYING" file of the
9; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
10; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
11;
12; This code is based on:
13;
14; ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
15;
16; Copyright (C) 2002 MandrakeSoft S.A.
17;
18; MandrakeSoft S.A.
19; 43, rue d'Aboukir
20; 75002 Paris - France
21; http://www.linux-mandrake.com/
22; http://www.mandrakesoft.com/
23;
24; This library is free software; you can redistribute it and/or
25; modify it under the terms of the GNU Lesser General Public
26; License as published by the Free Software Foundation; either
27; version 2 of the License, or (at your option) any later version.
28;
29; This library is distributed in the hope that it will be useful,
30; but WITHOUT ANY WARRANTY; without even the implied warranty of
31; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
32; Lesser General Public License for more details.
33;
34; You should have received a copy of the GNU Lesser General Public
35; License along with this library; if not, write to the Free Software
36; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
37;
38;
39
40; Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
41; other than GPL or LGPL is available it will apply instead, Oracle elects to use only
42; the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
43; a choice of LGPL license versions is made available with the language indicating
44; that LGPLv2 or any later version may be used, or where a choice of which version
45; of the LGPL is applied is otherwise unspecified.
46
47include vbdmismi.inc
48
49; org 0xff30
50align 16
51 ;; The SMBIOS header
52 db '_SM_' ; signature
53 db 0 ; checksum (set by biossums)
54 db 01Fh ; EPS length, defined by standard
55 db VBOX_SMBIOS_MAJOR_VER ; SMBIOS major version
56 db VBOX_SMBIOS_MINOR_VER ; SMBIOS minor version
57 dw VBOX_SMBIOS_MAXSS ; Maximum structure size
58 db 0 ; Entry point revision
59 db 0, 0, 0, 0, 0 ; 16 bytes total
60
61 ;; The DMI header
62 db '_DMI_' ; signature
63 db 0 ; checksum (set by biossums)
64 dw 0 ; DMI tables length (set by DevPcBios)
65 dd VBOX_DMI_TABLE_BASE ; DMI tables base
66 dw 0 ; DMI tables entries (set by DevPcBios)
67 db VBOX_DMI_TABLE_VER ; DMI version
68 db 0 ; Just for alignment (16 bytes total)
69
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette