greatbridf
|
50f4ea5700
doc(readme): update configure and Makefile usage
|
7 месяцев назад |
greatbridf
|
39b892a434
chore(configure): update the Makefile and configure script to provide testcase image path
|
7 месяцев назад |
greatbridf
|
d9c5949512
change(init_script): check whether the ext4 image exists before mounting the image
|
7 месяцев назад |
greatbridf
|
65b3b66088
change(ext4): rework some part of the ext4 filesystem
|
7 месяцев назад |
greatbridf
|
d1e32f1ba8
style: remove some unused imports and pubs
|
7 месяцев назад |
Heinz
|
c0ffa04589
fix(block): improve block's partprobe to register whole disk partition, and sort fdt's device node by start address
|
7 месяцев назад |
Heinz
|
0d98e9bbe6
Merge branch 'master' into ext4-support
|
7 месяцев назад |
Heinz
|
faff005b55
fix(fs): fix ext4 fs in riscv64, It will work normally only when a single ext4 image is mounted.
|
7 месяцев назад |
Heinz
|
de242d19af
fix(fs): fix ext4 fs, now x86_64 can read test image normally
|
7 месяцев назад |
greatbridf
|
481948d2cb
Merge pull request #18 from greatbridf/dev-drivers
|
7 месяцев назад |
greatbridf
|
dad0fa00ef
feat(interrupt): add external interrupt support for riscv64
|
7 месяцев назад |
greatbridf
|
9932b08358
change(trap): improve trap handling process
|
7 месяцев назад |
greatbridf
|
6dd58675ae
feat(serial): add serial driver support for riscv64
|
7 месяцев назад |
Heinz
|
77e6bd8f0c
feat(fs): add ext4 fs support based on ext4_rs crate
|
7 месяцев назад |
greatbridf
|
1e9ae1be41
feat(BlockDevice): add write requests for block devices
|
7 месяцев назад |
greatbridf
|
16cb0de6bd
Merge branch 'master' into dev-drivers
|
7 месяцев назад |
greatbridf
|
e5d5464c96
Merge pull request #9 from SMS-Derfflinger/riscv64-support
|
7 месяцев назад |
Heinz
|
f7d4f9d574
style(hal): remove unused import and modify annotation
|
7 месяцев назад |
Heinz
|
e027b453ca
fix(hal): fix riscv enable/disable_irq
|
7 месяцев назад |
Heinz
|
7280c46efb
feat(hal): add timer interrupt enable
|
7 месяцев назад |
greatbridf
|
fae9380b40
feat: add syscall ppoll, fix clock_gettime for riscv64
|
7 месяцев назад |
greatbridf
|
c64b5660fa
fix(x86_64): as_table_attr should return None when encounter non-table page attributes
|
7 месяцев назад |
greatbridf
|
c2eab5d866
feat: impl vdso for all architectures and sigreturn for riscv64
|
7 месяцев назад |
greatbridf
|
ac9a6b2f1f
Merge remote-tracking branch 'upstream/master' into riscv64-support
|
7 месяцев назад |
Heinz
|
8160bbd621
Merge pull request #10 from Shao-ZW/master
|
7 месяцев назад |
greatbridf
|
9f15decb66
change(mm_list): rewrite `protect` with new syntax
|
7 месяцев назад |
greatbridf
|
da6298e357
change(clone): parse clone args at entry point and save them into Option's
|
7 месяцев назад |
greatbridf
|
c9fc06cae9
change(Process): remove `do_kill_process` and use `do_exit` for those use cases
|
7 месяцев назад |
zhuowei shao
|
11304dd3c3
feat: add pthread test
|
7 месяцев назад |
greatbridf
|
485546e8d0
feat: add Stream used for write operations
|
7 месяцев назад |