silverspecv
Programmer
So I'm dorkin around at the command line following some instructions on building linux from scratch, and it tells me to create a dumy.c file with just "main(){}", then compile it, and then do a grep on the resulting a.out file to check something out about the linker.. Well, the grep came up empty, so I did a regular old CAT on the file a.out, and it garbaged my CLI font! I had to reboot to get it back. It's like all the characters got turned into their ASCII value plus 50 or something, because I could see the patterns that were supposed to be text, but it was all high ascii. I tried to search, but surprisingly "my font got garbaged" actually didn't turn up anything useful, and I can't think of a better way to describe it to search for it.. Any ideas how I could have corrected this without rebooting?