-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove axlibc and port to ext4
1. remove axlibc from the main repo 2. fix some bugs for ext4
- Loading branch information
1 parent
537d053
commit 4d104f6
Showing
133 changed files
with
60 additions
and
12,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
[env] | ||
AX_WORK_DIR = { value = ".", relative = true } | ||
AX_LIBC_DIR = { value = "tools/axlibc", relative = true } | ||
AX_LIBC_DIR = { value = "crates/axlibc", relative = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,4 @@ arceos-fada.bin.gz | |
arceos-fada.itb | ||
.tmp_its | ||
!tools/rk3588/ramdisk.img | ||
!tools/axlibc | ||
linker_* | ||
crates/ |
Oops, something went wrong.