Minor fixes to loader build scripts

This commit is contained in:
Bahadir Balban
2009-09-16 19:40:31 +03:00
parent 0f1dc5a982
commit 136bdcdc54
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ Import('env')
PROJRELROOT = '../../'
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(sys.modules['__main__'].__file__), PROJRELROOT)))
from config import projpaths
from config.projpaths import *
from scripts.loader.generate_break_virtual import *
#loader_ksyms = generate_ksym_to_loader(join(PROJROOT, 'loader/ksyms.S'), \

View File

@@ -27,6 +27,7 @@ ksym_header = \
/*
* %s autogenerated from %s.
* by %s
*
* This file is included by the loader sources so that any
* kernel symbol address can be known in advance and stopped
* at by debuggers before virtual memory is enabled.