-
Notifications
You must be signed in to change notification settings - Fork 163
Notes
This document contains a collection of unorganized notes. The information here should be organized better at some point but in the meantime it is better here than lost.
In some cases the Linux installer produces an immediate core dump. This is due to a problem with the terminal handling; the installer can't find the terminal information database. The error occurs even before the splash screen appears. You can likely work around the problem by setting the TERMINFO environment variable to point at the proper location of the terminal information database. For example:
export TERMINFO=/lib/terminfo
Previous versions of OW up to OW1.9 was using DOS4GW 1.97. Latest versions of DOS4GW 2.0x are not compatible with older versions configuration. To ensure OW 2.0 works with both versions, OW 2.0 doesn't use any setup for DOS4GW. Therefore DOS4GW banner is displayed by default. If you want to suppress DOS4GW banner then you must configure following environment variable.
For DOS4GW version 1.97 or lower
set DOS4G=QUIET
For DOS4GW 2.0x
set DOS4G=STARTUPBANNER:1
- Welcome
- Building
- Open Watcom Documentation
- Notes
- Relicensing effort
- Debugging
- OW tools usage Overview
- OW tools usage with CMake
- OW tools usage with Visual Studio Code
- Open Watcom 1.9 Wiki
OW Development
WGML Development
- WGML
- Augmented Devices
- Binary Device Files
- Common File Blocks
- COP Files
- Device File Blocks
- Device Function Language
- Device Function Notes
- Device Functions
- Directory File Format
- Drawing Boxes
- Driver File Blocks
- File and Directory Names
- Font File Blocks
- Fonts
- GML Tag Notes
- Keyword Statistics
- Macros and User Defined Tags
- Meta Data
- Page Layout Subsystem
- Search Paths
- Sequencing
- System Symbol Notes
- Tabs and Tabbing
- whpcvt Utility interaction