feat: wrapper function for bootstraping user program
[lunaix-os.git] / lunaix-os / config / make-os
index e3c26b7e28c2ca06a66caad1fdbf77dc30d6768a..7ea5c01c025a090f4000a093c720bac4ca41b593 100644 (file)
@@ -1,4 +1,6 @@
 OS_ARCH := x86
-OS_NAME = lunaix
-OS_BIN = $(OS_NAME).bin
-OS_ISO = $(OS_NAME).iso
\ No newline at end of file
+OS_NAME := lunaix
+OS_BIN := $(OS_NAME).bin
+OS_ISO := $(OS_NAME).iso
+
+USR_LIB := liblxusrt.a
\ No newline at end of file