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

New Ordinals #573

Merged
merged 4 commits into from
Apr 15, 2023
Merged

New Ordinals #573

merged 4 commits into from
Apr 15, 2023

Commits on Apr 13, 2023

  1. Fix DosAllocRealSeg

    Actually Allocate a new Segment to "Simulate" finding the code segment requested in Real Mode
    enusbaum committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1535024 View commit details
    Browse the repository at this point in the history
  2. Add BTURS to GALGSBL

    Add BTURS (Number of Users System is Licensed for, which I assume is line count)
    enusbaum committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ff5fe5d View commit details
    Browse the repository at this point in the history
  3. Additional Ordinals, Debug, and Error Handling

    - Added HDLCON Ordinal (null pointer for now)
    - Handle and Warn when Module tries to MEMCP to Exported Module Address Space (not supported right now, but at least won't crash)
    - Added Error Handling to TOKOPT to terminate the list at the point of the error and continue vs. crashing
    enusbaum committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    553fa5e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    40c1e2b View commit details
    Browse the repository at this point in the history