16 lines
244 B
Makefile
16 lines
244 B
Makefile
# vi: ft=make :
|
|
|
|
# Compilation settings
|
|
# amd64-specific
|
|
export AMD64_TRACE_IRQ=1
|
|
|
|
export ALL_SETUID_0=0
|
|
|
|
# Emulation
|
|
export QEMU_SMP=4
|
|
# export QEMU_MEM=512
|
|
export VESA_MODE=0
|
|
export VESA_WIDTH=1024
|
|
export VESA_HEIGHT=768
|
|
export VESA_DEPTH=32
|