Talk:Print Functions

From OSDev Wiki
Jump to: navigation, search

Bad Style...

Apparently, you haven't really understood the point of my criticism over at Printing to Screen. Putting it in a separate page doesn't help. I am sorry for being so blunt, but the quality of your source simply does not satisfy as tutorial / example code. It's undercommented. It has lots of unwieldly constructs (char null = '\0'???). Functions named almost like standard ones that aren't (Puts() and the lack of a newline). Global, externally visible variables and goto? I mean, really? Calling undefined functions (disable() / enable()). I'd probably find more if I cared to look further. That's lots of red ink for 100-something lines of code, and certainly too much for this to reside in our Wiki for others to copy & paste, IMNSHO. -- Solar 02:54, 23 February 2012 (CST)

Plus, the overall gist of this Wiki (and the forum) is to not provide blocks of code to copy & paste, but to give the information necessary to do it yourself. For example, the information that 0xb8000 is the beginning of video memory is eligible. The information that the first byte is the ASCII code and the second byte is the color is eligible. The information which value in the color byte corresponds to which color is eligible. Links to existing implementations are eligible. Posting code for putc(), puts() and printf() is not eligible. -- Solar 03:16, 23 February 2012 (CST)
Personal tools
Namespaces
Variants
Actions
Navigation
About
Toolbox