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

[pg.211][Code] DISK_IMAGE path error #151

Open
TLHorse opened this issue Jul 2, 2020 · 0 comments
Open

[pg.211][Code] DISK_IMAGE path error #151

TLHorse opened this issue Jul 2, 2020 · 0 comments

Comments

@TLHorse
Copy link

TLHorse commented Jul 2, 2020

In page 211, Makefile, there's a line of code:

DISK_IMG=disk.img

According to Figure 7.7.4, disk.img should be in build/.
Using this wrong path would cause disk.img generated in ./, but not in build/.
Correction:

DISK_IMG=$(BUILD_DIR)/disk.img
@TLHorse TLHorse changed the title [pg.211][Content] DISK_IMAGE path error [pg.211][Code] DISK_IMAGE path error Jul 2, 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

No branches or pull requests

1 participant