git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: decouple the executable file implementations with execve functionality.
[lunaix-os.git]
/
lunaix-os
/
config
/
make-os
1
OS_ARCH := x86
2
OS_NAME := lunaix
3
OS_ID := LunaixOS
4
OS_VER := dev$(shell date +%Y%m%d)
5
OS_BIN := $(OS_NAME).bin
6
OS_ISO := $(OS_NAME).iso
7
8
USR_LIB := liblxusrt.a