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

Fix regression when building deathstar.com for aarch64 #957

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Fix regression when building deathstar.com for aarch64 #957

merged 1 commit into from
Nov 16, 2023

Conversation

tkchia
Copy link
Contributor

@tkchia tkchia commented Nov 16, 2023

It turns out my earlier commit ddc08dc caused a build with MODE=aarch64 to fail. The commit changed deathstar.c to link in code to support a VGA console, but this is not implemented yet for AArch64. Thanks to @ahgamut for spotting this issue.

It turns out my earlier commit ddc08dc caused a build with
MODE=aarch64 to fail.  The commit changed deathstar.c to link
in code to support a VGA console, but this is not implemented
yet for AArch64.  Thanks to @ahgamut for spotting this issue.
Copy link
Owner

@jart jart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jart jart merged commit 7010a80 into jart:master Nov 16, 2023
5 checks passed
G4Vi pushed a commit to G4Vi/cosmopolitan that referenced this pull request Jan 19, 2024
It turns out my earlier commit ddc08dc caused a build with
MODE=aarch64 to fail.  The commit changed deathstar.c to link
in code to support a VGA console, but this is not implemented
yet for AArch64.  Thanks to @ahgamut for spotting this issue.
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.

2 participants