Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine type = Terminal #5470

Open
2 tasks done
Torinde opened this issue Feb 5, 2025 · 0 comments
Open
2 tasks done

Machine type = Terminal #5470

Torinde opened this issue Feb 5, 2025 · 0 comments

Comments

@Torinde
Copy link
Contributor

Torinde commented Feb 5, 2025

Is your feature request related to a problem? Please describe.

No response

What you want

Console redirection which together with allow more than 640kb base memory will free Conventional memory to reach up to 960KB and above.

It was also possible to use console redirection (either by specifying an alternative console device like AUX: when initially invoking COMMAND.COM or by using CTTY later on) to direct output to and receive input from a dumb terminal or another computer running a terminal emulator. Assuming the System BIOS still permitted the machine to boot (which is often the case at least with BIOSes for embedded PCs), the video card in a so called headless computer could then be removed completely, and the system could provide a total of 960 KB of continuous DOS memory for programs to load.

Redirect to AUX/COM with nullmodem to localhost Telnet or similar.

To determine how high the memory will reach - how big is DOSbox-X BIOS?

  • IBM PC/5150 BIOS was occupying only the top 8KB
  • What is the lowest address in the BIOS range that software may use/call? I assume DOSbox BIOS area can be limited to that point.

Describe alternatives you've considered

No response

Additional information

Possible further improvements:

  • disabling boot ROM after boot-up (or emulating SCP-200B/86-DOS), so that the whole 1MB can be reached - allowing to perform "linking the linker" like Microsoft did before 386 was available.
  • Render to console #5415 (comment) (host console, etc.)
  • input remains redirected to COM, but output to LPT for a kind of rudimentary graphics (Sixel like CP/M, color/graphics modes on VT241/VT340/VT420)

Have you checked that no similar feature request(s) exist?

  • I have searched and didn't find any similar feature request.

Code of Conduct & Contributing Guidelines

  • I agree to follow the code of conduct and the contributing guidelines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant