Skip to content

Commit

Permalink
use fat16 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
yuoo655 committed Aug 9, 2023
1 parent bae489a commit 3ad6147
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.o
*.elf
*.bin
!fs/ramfs/fat16.img
2 changes: 1 addition & 1 deletion apps/fs/ramfs/create_test_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ create_test_img() {
}

create_test_img "$CUR_DIR/fat16.img" 2500 16
create_test_img "$CUR_DIR/fat32.img" 34000 32

Binary file added apps/fs/ramfs/fat16.img
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/fs/ramfs/src/link_fs.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fs_:
.global fs_start
.global fs_end
fs_start:
.incbin "apps/fs/ramfs/fat32.img"
.incbin "apps/fs/ramfs/fat16.img"
fs_end:

0 comments on commit 3ad6147

Please sign in to comment.