Partial implementation of memory functions in kstd
This commit is contained in:
parent
4919b802b9
commit
3ad5e67e66
3 changed files with 96 additions and 26 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue