Partial implementation of memory functions in kstd

This commit is contained in:
Eryn Wells 2016-03-23 01:42:27 -04:00
parent 4919b802b9
commit 3ad5e67e66
3 changed files with 96 additions and 26 deletions

View file

@ -20,7 +20,8 @@ files = [
'cxa.cc',
'isr.S',
'kstd/CString.cc'
'kstd/CString.cc',
'kstd/Memory.cc',
]
toolchain_bin = Dir(os.environ['POLKA_TOOLCHAIN']).Dir('bin')