MicroWeb is a web browser for DOS that runs as a 16-bit real mode application and is designed to run on minimal hardware.
To run you will need:
Key | Shortcut |
---|---|
Escape | Exit |
F2 | Invert screen (useful for old LCD displays) |
F3 | Toggle title bar / status bar visibility |
F5 | Reload page |
F6 / Ctrl+L | Focus address bar |
Tab / Shift+Tab | Cycle through selectable page elements |
Enter | Follow link / press button |
Cursor up/down | Scroll page |
Page up/down | Scroll page in large increments |
Home | Jump to start of page |
End | Jump to end of page |
MicroWeb supports a wide range of different video modes. You will be asked on startup to select a mode and one will be suggested based on your detected hardware.
You can use a URL as an argument to load a specific page on startup. This can also be a path to a local html file.
Option | Effect |
---|---|
-i | Start with inverted screen colours (useful for some LCD monitors) |
-noems | Disable EMS memory usage |
-noimages | Disables image decoders - useful for very low memory setups |
For example MICROWEB -noems http://68k.news
will load the 68k.news website on startup but disable the EMS routines
TLS encryption is currently not supported which means that only HTTP servers can be accessed directly. There are some options for HTTPS sites:
SET HTTP_PROXY=192.168.0.50:8000
Check out the releases page which will include a pre-built binary. Also available are FreeDOS boot disk images for 360K and 720K floppies, which are configured to work with a NE2000 network adapter. These boot images can be used in an emulator such as PCem.
MicroWeb uses Michael Brutman's mTCP networking library for the network stack. You will need a DOS packet driver relevant to your network interface. You can read more about configuring DOS networking here
To build you will need the OpenWatcom 1.9 C++ compiler. Use OpenWatcom's wmake to build the makefile in the project/DOS folder. Currently only builds in a Windows environment.