Commit Graph

50 Commits

Author SHA1 Message Date
cadfafca12 feat: refactor cap 2024-04-23 00:48:46 +08:00
7d34dfc2cd chore: make clippy happy 2024-04-22 21:08:49 +08:00
615dac5f5c feat: add initial cnode and untyped support 2024-04-22 21:02:07 +08:00
5c1e73a4ee feat: refactor cap 2024-04-21 20:22:48 +08:00
c371fd543f feat: add utils/bin 2024-04-20 18:17:56 +08:00
ea80bd3e8d feat: template for scheduler 2024-04-19 23:57:58 +08:00
c67a771500 chore: make clippy happy 2024-04-19 23:38:54 +08:00
8218f87765 chore: use global FDT 2024-04-19 19:49:09 +08:00
c53dd8b930 chore: adjust warning and remove unused imports 2024-04-13 16:48:29 +08:00
3b02a14aeb fix: virt: lowlevel: test_device should translate address 2024-04-12 23:42:30 +08:00
32759ef037 feat: drop riscv32 2024-04-12 23:33:12 +08:00
1d672b4ff8 feat: support features selection in xtask 2024-04-12 22:42:55 +08:00
1a924738f0 feat: move boot page table into board 2024-04-12 22:39:48 +08:00
5da6447f6c feat: switch to cargo xtask 2024-04-12 22:21:08 +08:00
456ee51d36 feat: add kernel pagetable support 2024-04-12 18:48:36 +08:00
beb792d426 chore: adjust max_width 2024-04-12 01:17:36 +08:00
f41664e7cd feat: fixup use in kernel 2024-04-09 01:11:54 +08:00
4d090c0478 feat: move allocator into lib 2024-04-09 00:10:28 +08:00
bed9baac4b feat: move utils into lib 2024-04-08 23:07:44 +08:00
6267f8449d feat: move vspace into lib 2024-04-08 23:04:37 +08:00
774cabc513 fix: some parts of physical memory is not mapped 2024-04-08 17:47:37 +08:00
1d026d8053 feat: map kernel
1. initial riscv32 support
2. fix bug in table.rs: cur level order is reversed
3. introduce global kernel_{phys, virt}_to_{virt, phys} for address translating
4. remove unused riscv/mm
5. initial early_memory management through RamBlock
6. initial kernel space mapping support
2024-04-08 16:23:10 +08:00
13e331f4d2 chore: introduce PAGE_LAYOUT 2024-04-07 20:10:08 +08:00
70ca917778 chore: rename symbol name from linker script 2024-04-07 19:38:26 +08:00
e469b99cb5 chore: sync partial changes 2024-04-07 01:04:04 +08:00
9710132b3e feat: allocator: block: implement reserver function 2024-04-07 01:02:23 +08:00
e9751585fe fix: allocator: freelist: reserve is not handling overlapped situations 2024-04-07 00:21:13 +08:00
0bb447ca28 feat: allocator: add block allocator 2024-04-07 00:20:02 +08:00
ced2b85b63 feat: utils: add Then for bool type 2024-04-06 21:12:41 +08:00
2aa88154b4 feat: allow to reserve space in freelist 2024-04-06 20:40:38 +08:00
bca4e37ef2 feat: add allocator 2024-04-04 19:28:21 +08:00
120e5087e3 feat: refactor vspace 2024-04-01 16:56:21 +08:00
668c9b142c feat: utils: add size.rs 2024-04-01 16:53:47 +08:00
cc5049353a chore: move vspace to kernel and rename features 2024-04-01 15:37:47 +08:00
c899797fa0 feat: add initial vspace support 2024-03-26 00:17:43 +08:00
77d02a128b fix: entry.rs: test console deadlock 2024-03-24 21:25:12 +08:00
fa5dca137d chore: log on shutdown failed 2024-03-24 21:24:53 +08:00
ea15acb8f6 feat: add sifive serial driver 2024-03-24 21:24:33 +08:00
5032711022 feat: rewrite console init logic 2024-03-24 19:12:04 +08:00
284e12348d chore: logger: show caller 2024-03-23 21:46:14 +08:00
c3d59bc9a4 feat: provide infrastructure for TLS 2024-03-23 21:38:02 +08:00
c210a049cd chore: move mm into vspace 2024-03-23 16:45:24 +08:00
daf96a0c64 feat: drop legacy flags for riscv-sbi 2024-03-20 22:13:21 +08:00
dd5325db2a fix: add missing bound for KernelObject 2024-03-20 21:21:56 +08:00
ee6166c657 feat: add initial caps 2024-03-20 21:16:54 +08:00
f11e3781d3 chore: cleanup 2024-03-20 21:11:27 +08:00
d9ccd4ef84 chore: avoid using assembly directly 2024-02-16 22:35:05 +08:00
d8fce18960 feat: use cfg_if! to avoid conflicting features 2024-02-16 21:00:08 +08:00
35a77f39ab feat: switch to cargo-make 2024-02-16 20:59:09 +08:00
613512e329 feat: use workspace 2024-02-16 19:22:06 +08:00