Step 8: Reception
I then proposed a challenge to a few of the more technically inclined invitees and I will pose the same challenge to you. There is a secret within the secret. There is some way to trigger the display of a second secret message (which you can easily find in the code). If you figure out the trigger, please post it in the comments along with a brief description of how you figured it out.
I've attached a zip file containing all the files related to parts 1 and 2 of the 'Writing Your Own Toy OS' tutorial and the final disk image with the 2 secret messages. Happy hunting!
Remove these ads by
Signing Up







































Visit Our Store »
Go Pro Today »




Up Up Down Down Left Right Left Right B A Return
I figured it out by reading and altering gen_asm.py. I took out most of the key compares in the keyloop, then ran a new version of the image and pressed buttons. (I know I could've looked up key constants and whatnot) When I hit UP, I figured that there were some repeats in the sequence that seemed familiar.
Gives you the nice little message "Grow Up! :-)"
that pretty much fixed up the attribute things.
You've sparked my interest to keep looking into these things and experiment away .
It gave me a certain sense of glee to move registers around and see results. I'm just glad that I could pass along a little bit of the enjoyment.
Maybe I'll see if I can get a version of tetris working... :)