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

Use volatile accesses in VGA code and make font dependency optional #67

Merged
merged 2 commits into from
Jul 16, 2019

Conversation

64
Copy link
Contributor

@64 64 commented Jul 15, 2019

  1. Make VGA code use volatile accesses (in reality, won't make much of a difference, but is good practice and sets a good example for people who are reading the code).

  2. Make the font dependency optional and only pull it in if the vga_320x200 feature is enabled.

Copy link
Member

@phil-opp phil-opp left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

@phil-opp phil-opp merged commit 0e7f27d into rust-osdev:master Jul 16, 2019
phil-opp added a commit that referenced this pull request Jul 16, 2019
@phil-opp
Copy link
Member

Published as version 0.6.4

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.

None yet

2 participants