Dynamic generation of pager size

This commit is contained in:
Amit Mahajan
2009-11-01 23:41:49 +05:30
parent 8d9f5f82d0
commit 55eb6260c3
8 changed files with 93 additions and 41 deletions

View File

@@ -21,13 +21,6 @@ def main():
#
configure_system(opts, args)
#
# Build the kernel
#
print "\nBuilding the kernel..."
os.chdir(PROJROOT)
os.system("scons")
#
# Build userspace libraries
#
@@ -40,6 +33,13 @@ def main():
print "\nBuilding containers..."
containers.build_all_containers()
#
# Build the kernel
#
print "\nBuilding the kernel..."
os.chdir(PROJROOT)
os.system("scons")
#
# Build libs and loader
#