Closed violetastcs closed 6 years ago
Hey @JacobSinclair ! Sorry this took me some time to look at.
One quick note:
xargo.exe build
are you running this on Windows?
EDIT: I can't read
Here is my makefile (i'm using windows-ubuntu bash):
So, I'm not entirely sure .exe
is right here... as it'd be just a regular old Linux program.
@steveklabnik Well, for some reason I can't use the version of xargo I have for ubuntu on it, it just throws an error. But when I was to do other things with xargo.exe, it would work fine. There are only a few programs I don't use a windows version for.
Hey @JacobSinclair , sorry we never got this resolved :( over the next few weeks, the second edition should be up to par with the first, and the build is much easier; give it a shot and it should work much better for you.
Ok. So I have completed the book and, up until the rust, it was fine.
However, when I started implementing rust, it stopped working. I done everything needed for running the rust code, and there were no compilation errors. Here is my makefile (i'm using windows-ubuntu bash):
My boot.asm:
and my rust code:
All it does is print "GRUB", which I added back when the book was adding 64 bit.
Thanks in advance