Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Questions on using BRIDGE in MS-DOS #5

srmeister started this conversation in General
Discussion options

so i read the README but still have some questions:

  1. I read that the beginning of the dbg.com is filled with NOPs... Does it mean when i use it to debug a DOS application, it must be smaller than the free space provided by these NOPs?
  2. Wouldnt it be nice to have a TSR version which can be loaded lets say in config sys or autoexec.bat, which would be the smallest size possible, in order to allow execution of larger programs, like games, that need a few hundret kbs RAM?
  3. Does this code run on a 286 machine?

thx in advance for any advise!

You must be logged in to vote

Replies: 1 comment

Comment options

Hi @srmeister,
Great questions,

  1. Yes, thats right. The idea is to keep BREAD in MS-DOS memory so these NOPs are for the future programs that will be loaded.
  2. Oh, thats a neat idea!, I haven't tested, but I also don't see why it would not work either, worth a try.
  3. Sadly no, there are several things unique to 386+, such as 32-bit registers eax, ebx, ecx, edx, the use of debug registers DR0 to DR7, and etc, to name a few. Supporting 286 would require some code rewrite.
You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /