mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 01:33:13 +01:00
Dynamic generation of pager size
This commit is contained in:
14
build.py
14
build.py
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user