load fs.img shell fs_server
This commit is contained in:
parent
8f0c6bbd5c
commit
9a6857843b
|
@ -30,16 +30,16 @@ Modification:
|
||||||
.section .rawdata_fs_img
|
.section .rawdata_fs_img
|
||||||
.globl user_apps
|
.globl user_apps
|
||||||
user_apps:
|
user_apps:
|
||||||
// .incbin "../services/app/fs.img"
|
.incbin "../services/app/fs.img"
|
||||||
|
|
||||||
.section .rawdata_init
|
.section .rawdata_init
|
||||||
.globl initapp
|
.globl initapp
|
||||||
initapp:
|
initapp:
|
||||||
// .incbin "../services/app/bin/shell"
|
.incbin "../services/app/bin/shell"
|
||||||
|
|
||||||
.section .rawdata_memfs
|
.section .rawdata_memfs
|
||||||
.globl memfs
|
.globl memfs
|
||||||
memfs:
|
memfs:
|
||||||
// .incbin "../services/app/bin/fs_server"
|
.incbin "../services/app/bin/fs_server"
|
||||||
.end
|
.end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue