We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do I understand the kernel code correct in that AL=80h on INT21,4B tries to load and execute a program in the upper memory area? SHELLHIGH seems to make use of this. However, this is not documented in RBIL. DR-DOS kernel handles this differently: https://github.com/SvarDOS/edrdos/blob/00adddd09a8cb183d3426e2fc7039781db7e5452/drdos/process.asm#L286-L290
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Do I understand the kernel code correct in that AL=80h on INT21,4B tries to load and execute a program in the upper memory area? SHELLHIGH seems to make use of this. However, this is not documented in RBIL. DR-DOS kernel handles this differently:
https://github.com/SvarDOS/edrdos/blob/00adddd09a8cb183d3426e2fc7039781db7e5452/drdos/process.asm#L286-L290
The text was updated successfully, but these errors were encountered: