greatbridf
|
8672c72a5d
feat(hal): working impl of HAL.
|
8 months ago |
greatbridf
|
fb605cede1
change(arch): move {Task, Trap}Context to HAL crate
|
8 months ago |
Heinz
|
6e2e032016
feat(arch): impl eonix hal trap trait for riscv64
|
8 months ago |
Heinz
|
c33e229a78
Merge branch 'master' into riscv64-support
|
8 months ago |
Heinz
|
bea9c15b7f
feat(arch): impl save restore for FpuRegisters
|
8 months ago |
Heinz
|
477364e5d8
feat(arch): build up trap framework
|
8 months ago |
greatbridf
|
72eb66819c
remove(bindgen): completely move bindgen
|
8 months ago |
greatbridf
|
262b76ad95
remove(bindgen): move all the used constants to `kernel::constants`
|
8 months ago |
greatbridf
|
7ca12b658a
style(arch): add pub to suppress unused warnings
|
8 months ago |
greatbridf
|
02b24cbf0b
change(arch): remove old `InterruptContext`
|
8 months ago |
greatbridf
|
47087f162e
change(c++): remove c++ stl and boot.s
|
8 months ago |
greatbridf
|
1cc6683440
fix(sendfile): `sendfile` returns wrong written byte count
|
8 months ago |
greatbridf
|
24008a54a2
Merge branch 'master' into remove-cpp
|
8 months ago |
greatbridf
|
43016845e4
partial work of making the new trap handling method work
|
8 months ago |
greatbridf
|
f4e68bd903
Merge pull request #5 from Shao-ZW:master
|
8 months ago |
greatbridf
|
862471ca82
style: change visibility of internal raw page fields
|
8 months ago |
greatbridf
|
b8c5c2be51
change(allocator): use Page for huge object allocation
|
8 months ago |
greatbridf
|
400662db4e
style: remove `Clone` constraint in `SlabAllocator`.
|
8 months ago |
Heinz
|
42b4d5c683
fix(arch): fix riscv64 CPU num from fdt parse
|
8 months ago |
Heinz
|
a6e19d87ec
fix(arch): fix riscv64 bootstrap's error caused by page attribute
|
8 months ago |
greatbridf
|
33d30d3413
partial work: make all syscalls use the new interface
|
8 months ago |
Heinz
|
d6506ec044
feat(arch): add fdt parse for riscv64
|
8 months ago |
Heinz
|
9bcd7f8095
change arch riscv64 start stage
|
8 months ago |
Heinz
|
61dd83dec7
Merge branch 'master' into riscv64-support
|
8 months ago |
Heinz
|
56083a0e82
feat(arch): impl CPU data structure for riscv64.
|
8 months ago |
Heinz
|
d0c35b8e01
feat(arch): impl interrupt's data structure
|
8 months ago |
greatbridf
|
87bf20d2cc
partial work: define eonix_hal::default_trap_handler
|
8 months ago |
greatbridf
|
00252343e9
partial work of hal interface
|
8 months ago |
zhuowei shao
|
ef8434b70a
refactor: better slab trait interface
|
8 months ago |
zhuowei shao
|
dd3080f63e
refactor: refactor slab allocator
|
8 months ago |