greatbridf
|
2b8042afc2
Merge pull request #6 from greatbridf/remove-cpp
|
8 mesi fa |
greatbridf
|
96295d86c9
fix(buddy): erroneous condition check on alloc initialization
|
8 mesi fa |
greatbridf
|
dd32b93963
feat(hal): smp initialization
|
8 mesi fa |
greatbridf
|
8672c72a5d
feat(hal): working impl of HAL.
|
8 mesi fa |
greatbridf
|
fb605cede1
change(arch): move {Task, Trap}Context to HAL crate
|
8 mesi fa |
greatbridf
|
72eb66819c
remove(bindgen): completely move bindgen
|
8 mesi fa |
greatbridf
|
262b76ad95
remove(bindgen): move all the used constants to `kernel::constants`
|
8 mesi fa |
greatbridf
|
7ca12b658a
style(arch): add pub to suppress unused warnings
|
8 mesi fa |
greatbridf
|
02b24cbf0b
change(arch): remove old `InterruptContext`
|
8 mesi fa |
greatbridf
|
47087f162e
change(c++): remove c++ stl and boot.s
|
8 mesi fa |
greatbridf
|
1cc6683440
fix(sendfile): `sendfile` returns wrong written byte count
|
8 mesi fa |
greatbridf
|
24008a54a2
Merge branch 'master' into remove-cpp
|
8 mesi fa |
greatbridf
|
43016845e4
partial work of making the new trap handling method work
|
8 mesi fa |
greatbridf
|
f4e68bd903
Merge pull request #5 from Shao-ZW:master
|
8 mesi fa |
greatbridf
|
862471ca82
style: change visibility of internal raw page fields
|
8 mesi fa |
greatbridf
|
b8c5c2be51
change(allocator): use Page for huge object allocation
|
8 mesi fa |
greatbridf
|
400662db4e
style: remove `Clone` constraint in `SlabAllocator`.
|
8 mesi fa |
greatbridf
|
33d30d3413
partial work: make all syscalls use the new interface
|
8 mesi fa |
greatbridf
|
87bf20d2cc
partial work: define eonix_hal::default_trap_handler
|
8 mesi fa |
greatbridf
|
00252343e9
partial work of hal interface
|
8 mesi fa |
zhuowei shao
|
ef8434b70a
refactor: better slab trait interface
|
8 mesi fa |
zhuowei shao
|
dd3080f63e
refactor: refactor slab allocator
|
8 mesi fa |
greatbridf
|
f1f1f6ac24
Merge branch 'trap-abstraction' into remove-cpp
|
8 mesi fa |
greatbridf
|
eb7d52a441
Merge branch 'master' into remove-cpp
|
8 mesi fa |
Heinz
|
90af40f15f
Merge pull request #4 from greatbridf/debug-support
|
8 mesi fa |
greatbridf
|
35f9f1c0d7
chore(ide): add vscode debug script
|
8 mesi fa |
greatbridf
|
4691d469c5
refactor(pcie): rewrite pcie bus driver in rust
|
8 mesi fa |
greatbridf
|
35d750f16f
Merge pull request #3 from greatbridf/remove-cpp
|
8 mesi fa |
greatbridf
|
ba4318f467
chore(build.rs): fix build script generation for Release targets
|
8 mesi fa |
greatbridf
|
ebd3d1224c
change(x86): optimize bootstrap code, remove kinit.cpp
|
8 mesi fa |