VirtualBox

source: vbox/trunk/src/VBox/Main/src-helper-apps/os2/os2_utilA.asm@ 93231

Last change on this file since 93231 was 93116, checked in by vboxsync, 3 years ago

Main/UnattendedInstall: Added a 'tee VBox.log' kind of utility for simplifying OS/2 work. Will check in binary later.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1; $Id: os2_utilA.asm 93116 2022-01-02 04:58:13Z vboxsync $
2;; @file
3; Os2UtilA - Watcom assembly file that defines the stack.
4;
5
6;
7; Copyright (C) 2022 Oracle Corporation
8;
9; This file is part of VirtualBox Open Source Edition (OSE), as
10; available from http://www.virtualbox.org. This file is free software;
11; you can redistribute it and/or modify it under the terms of the GNU
12; General Public License (GPL) as published by the Free Software
13; Foundation, in version 2 as it comes in the "COPYING" file of the
14; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16;
17
18DGROUP group _NULL,CONST,CONST2,STRINGS,_DATA,_BSS,STACK
19
20_NULL segment para public 'BEGDATA'
21 dw 10 dup(0)
22_NULL ends
23
24CONST segment word public 'DATA'
25CONST ends
26
27CONST2 segment word public 'DATA'
28CONST2 ends
29
30STRINGS segment word public 'DATA'
31STRINGS ends
32
33_DATA segment word public 'DATA'
34_DATA ends
35
36_BSS segment word public 'BSS'
37_BSS ends
38
39STACK segment para stack 'STACK'
40 db 1000h dup(?)
41STACK ends
42
43 end
44
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