Boot looping only when trying to write irrational numbers #1378
Breezee-ops
started this conversation in
Post Comments
Replies: 1 comment 1 reply
-
What exactly do you mean with irrational numbers? Do you mean any float (even if it represents a rational number)? Do you mean any float with more than a certain amount of digits after the comma? Or something else? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I was working on an implementation of the VGA text mode. After I implemented the !write macro using a similar write string function as to what is shown in the tutorial, I noticed that I was able to print pretty much anything except irrational numbers.
I tried using gdb to try and narrow this down but to no avail. Would be super grateful for any help!
On ubuntu 22.04.05
Thanks much!
Beta Was this translation helpful? Give feedback.
All reactions