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

[kernel] Change heap and stack overflow kernel error messages, cleanup #2125

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Dec 6, 2024

Changes kernel out out of resources messages for better readability:

"STACK OVER MINSTACK by 30 BYTES" changed to "STACK OUTSIDE PROTECTED LIMIT by 30".

"sys_brk fail: brk 1131 over by 30 bytes" changed to "CAN'T EXPAND HEAP by 30".

Turns on stack overflow checking by default for all Open Watcom builds using ewcc.

Cleans up some other Makefile tools/bin issues.

@ghaerr ghaerr merged commit e4b5cce into master Dec 6, 2024
2 checks passed
@ghaerr ghaerr deleted the cleanup branch December 6, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant