Commit graph

15 commits

Author SHA1 Message Date
764297de59 A Bitmap class, basically a wrapper for bit shifting and masking 2016-04-13 00:22:58 -04:00
d8306cf995 Wrap PrintFormat in once block 2016-04-09 13:45:20 -04:00
75af75af4e Fix up the build -- all the build errors 2016-03-29 12:07:10 -04:00
31c13bcba2 Pass system kernel's console to the internal print() function 2016-03-29 11:56:06 -04:00
7e266a2837 Move printFormat() to kstd 2016-03-29 11:53:16 -04:00
3ad5e67e66 Partial implementation of memory functions in kstd 2016-03-23 01:42:33 -04:00
2334d80225 Fixed the print functions. Yay! 2016-03-20 17:07:33 -04:00
d2d7fac4df Lots of CString clean up; attempt #1 at implementing int to string conversion
Long (64-bit) ints are hard to do on 32-bit...
2016-03-20 12:56:07 -04:00
addf61ee7a Add typedefs for standard types
Rust style integer type names. So much easier to write out...
2016-03-20 03:38:12 -04:00
2b39ac909e Implement kstd::CString::copy()
Clean up the rest of the CString stuff
2016-03-20 03:34:37 -04:00
98ad3282c1 Stubs from memory utilities 2016-03-16 12:10:13 -04:00
2e262df414 Getting too fancy with my CString::length() 2016-03-13 15:05:53 -04:00
af8a3c379e Add CString utilities to kstd 2016-03-13 13:51:13 -04:00
0027a8adb7 Rename and fix up ASCII.hh 2016-03-13 13:39:31 -04:00
2aa443bf0b Some small functions for dealing with ASCII 2016-03-13 13:35:50 -04:00