Skip to content

Commit

Permalink
NovaShell替换为默认shell
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShore committed Nov 22, 2023
1 parent c89d0c1 commit 0f98329
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user/dadk/config/dragon_reach-0.1.0.dadk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"BuildFromSource": {
"Git": {
"url" : "https://git.mirrors.dragonos.org/DragonOS-Community/DragonReach.git",
"revision": "d70ac4ed6b"
"revision": "4768985ade"
}
}
},
Expand Down
29 changes: 29 additions & 0 deletions user/dadk/config/nova_shell-0.1.0.dadk
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "NovaShell",
"version": "0.1.0",
"description": "NovaShell程序",
"task_type": {
"BuildFromSource": {
"Git": {
"url": "https://git.mirrors.dragonos.org/DragonOS-Community/NovaShell.git",
"revision": "81c6126119"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"clean": {
"clean_command": "make clean"
},
"install": {
"in_dragonos_path": "/"
},
"envs": [
{
"key": "TARGET",
"value": "${ROOT_PATH}/user/dadk/target/x86_64-unknown-dragonos.json"
}
]
}
2 changes: 1 addition & 1 deletion user/libs/libc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CFLAGS += -I .

libc_sub_dirs=math sys

ifeq ($(ARCH), __x86_64__)
ifeq ($(ARCH), x86_64)
libc_sub_dirs += arch/x86_64
endif

Expand Down

0 comments on commit 0f98329

Please sign in to comment.