Skip to content

Make bootsector a staticlib #113

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

Merged
merged 12 commits into from
Apr 29, 2020
Merged

Conversation

phil-opp
Copy link
Member

Makes the bootsector self-contained by making it a staticlib. This ensures that we don't accidentally use functions from stage_2.

The stage_2 crate is now the main executable, which links the bootsector through a build script.

@phil-opp phil-opp requested a review from katietheqt-old April 29, 2020 10:04
@phil-opp phil-opp force-pushed the make-bootsector-a-staticlib branch from 56fbd81 to c03a683 Compare April 29, 2020 10:37
@phil-opp phil-opp force-pushed the make-bootsector-a-staticlib branch from c03a683 to 0630857 Compare April 29, 2020 10:38
@katietheqt-old
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Apr 29, 2020
113: Make bootsector a staticlib r=rybot666 a=phil-opp

Makes the bootsector self-contained by making it a staticlib. This ensures that we don't accidentally use functions from stage_2.

The `stage_2` crate is now the main executable, which links the bootsector through a build script.


Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
@katietheqt-old katietheqt-old merged commit 1598297 into rewrite Apr 29, 2020
@bors bors bot deleted the make-bootsector-a-staticlib branch April 29, 2020 10:54
@bors
Copy link
Contributor

bors bot commented Apr 29, 2020

Timed out.

@katietheqt-old katietheqt-old added this to the Rewrite milestone Apr 29, 2020
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