mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Set chipset to q35
This commit is contained in:
@@ -46,7 +46,7 @@ def configure(ctx):
|
|||||||
])
|
])
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
bld(rule = "make -C ${EFI_DIR}")
|
bld(rule = "make -C ${EFI_DIR} > /dev/null")
|
||||||
bld.add_group()
|
bld.add_group()
|
||||||
|
|
||||||
import os
|
import os
|
||||||
@@ -57,7 +57,7 @@ def build(bld):
|
|||||||
bld.program(
|
bld.program(
|
||||||
source = sources,
|
source = sources,
|
||||||
target = "boot.elf",
|
target = "boot.elf",
|
||||||
use = 'EFI gnu-ef',
|
use = 'EFI',
|
||||||
)
|
)
|
||||||
|
|
||||||
bld(
|
bld(
|
||||||
|
|||||||
Reference in New Issue
Block a user