[okl4-developer] I would like to change boot sequence of Iguana projects.
Tomohiro Kitamura
kitamura at knowledgebeans.co.jp
Thu Jun 7 22:37:41 EST 2007
Hello Kenge-users
I would like to change boot sequence of Iguana projects.
I modified the file of ./projects/iguana/SConstruct
to change the boot sequence of Iguana projects.
My modification.
- Before
##############################
# My projects
MyPrj = ig_env.Package("mypj/kernel", ......)
apps += [MyPrj]
##############################
# Linux
- After
##############################
# Linux
##############################
# My projects
MyPrj = ig_env.Package("mypj/kernel", ......)
apps += [MyPrj]
But, It seem not to change the boot sequence of Iguana projects.
Linux is booted after my project.
I want to boot Linux before my project.
Is my modification correct ?
If it's wrong, could you tell me which file should be changed ?
Tomohiro
More information about the Developer
mailing list