mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 10:53:16 +01:00
Taking UART code out from libc and loader and putting in libdev
This commit is contained in:
@@ -222,7 +222,7 @@ def generate_pager_memory_ifdefs(config, containers):
|
||||
pager_ifdef_string += pager_ifdefs_todotext
|
||||
linux = 1
|
||||
pager_ifdef_string += \
|
||||
pager_mapsize % (c.id, config.containers[c.id].pager_size)
|
||||
pager_mapsize % (c.id, c.pager_size)
|
||||
pager_ifdef_string += pager_ifdefs % { 'cn' : c.id }
|
||||
return pager_ifdef_string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user