Some CI updates and addition of Turbo C 2.01 to the build#217
Merged
PerditionC merged 7 commits intoFDOS:masterfrom Oct 31, 2025
Merged
Some CI updates and addition of Turbo C 2.01 to the build#217PerditionC merged 7 commits intoFDOS:masterfrom
PerditionC merged 7 commits intoFDOS:masterfrom
Conversation
Unfortunately the make supplied with Turbo C 2.01 doesn't like variables being passed in on the command line, so use GNU make instead. Note: As 'country' is a submodule it can't do `!include "../mkfiles/generic.mak"` as that would be outside its repository and would break the standalone build, hence the reason its DIRSEP and CP vars are set on the outside. As its 'production' target is used by the main makefile, there's no opportunity to hardcode those values to DOS specific ones there either.
Contributor
|
is this good to merge? I'm not sure if I just overlooked it or there was something else that needed to be done after/before merging. |
Contributor
Author
|
Yes it's fine to merge, thanks for looking at it. |
Contributor
Author
|
@PerditionC sorry to trouble you, I'm not sure if you've seen my last message, so just prodding... |
Contributor
|
yep I had missed your reply. Thank you |
Contributor
Author
|
Cool, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note, unfortunately the Turbo C secret is not available when running users PRs, so https://github.com/andrewbird/kernel/actions/runs/17438206079 is where the PR was tested using my own. If the PR is applied, then Turbo C will be built and tested in all pushes to the main branch, including PR merges.