Basic memory management for UEFI only
This commit is contained in:
parent
1fc97f9c5f
commit
50093e70e4
9 changed files with 146 additions and 11 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ export BUILD_DIR ?= $(ROOT_DIR)/build
|
|||
export SYSROOT_DIR ?= $(ROOT_DIR)/sysroot
|
||||
export RELEASE_DIR ?= $(ROOT_DIR)/release
|
||||
|
||||
NOUEFI ?= y
|
||||
NOUEFI ?= n
|
||||
|
||||
##
|
||||
# Image generation and running
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue