a45f1df00d
Signed-off-by: Chloe M. <chloe@mensia.org>
14 lines
305 B
Bash
14 lines
305 B
Bash
#
|
|
# Copyright (c) 2026, Chloe M., et al.
|
|
# Provided under the BSD-3 clause.
|
|
#
|
|
# Description: Build variables
|
|
# Author: Chloe M.
|
|
#
|
|
|
|
PT_PROJECT_ROOT=$(pwd)
|
|
PT_TARGET_ARCH=amd64
|
|
PT_BOOT_PROTO=limine
|
|
PT_URT_LIB=$PT_PROJECT_ROOT/service/urt/
|
|
PT_URT_CRT=$PT_PROJECT_ROOT/service/urt/arch/$PT_TARGET_ARCH
|