load fs.img shell fs_server

This commit is contained in:
songyanguang 2024-12-19 21:06:31 +08:00
parent 8f0c6bbd5c
commit 9a6857843b
1 changed files with 3 additions and 3 deletions

View File

@ -30,16 +30,16 @@ Modification:
.section .rawdata_fs_img
.globl user_apps
user_apps:
// .incbin "../services/app/fs.img"
.incbin "../services/app/fs.img"
.section .rawdata_init
.globl initapp
initapp:
// .incbin "../services/app/bin/shell"
.incbin "../services/app/bin/shell"
.section .rawdata_memfs
.globl memfs
memfs:
// .incbin "../services/app/bin/fs_server"
.incbin "../services/app/bin/fs_server"
.end