Altered debug print function to use vsnprintf and to use Debug_Puts instead of Debug_...
authorJohn Hodge <[email protected]>
Fri, 23 Apr 2010 11:51:08 +0000 (19:51 +0800)
committerJohn Hodge <[email protected]>
Fri, 23 Apr 2010 11:51:08 +0000 (19:51 +0800)
commit0acc62ad4a27ba63d17b48dd6bf51fde30056d4c
tree66d563a7f15a7f43af66bd450ac38c37c3ed707c
parent144175640d070e26aa6a661a3a0014fa69e604dd
Altered debug print function to use vsnprintf and to use Debug_Puts instead of Debug_Putchar
- Also changed when the VTerm updates the screen, now it updates on newlines and end of input
  instead on every character, major speed increase.
Kernel/debug.c
Kernel/drv/vterm.c
Kernel/lib.c

UCC git Repository :: git.ucc.asn.au