mirror of
https://github.com/drasko/codezero.git
synced 2026-01-21 07:13:15 +01:00
Pager works until end of init_physmem_secondary
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Import('env')
|
||||
|
||||
# The set of source files associated with this SConscript file.
|
||||
src_local = ['head.S', 'vectors.S', 'syscall.S', 'exception.c', 'bootdesc.c']
|
||||
src_local = ['head.S', 'vectors.S', 'syscall.S', 'exception.c']
|
||||
obj = env.Object(src_local)
|
||||
|
||||
Return('obj')
|
||||
|
||||
Reference in New Issue
Block a user