completing GCC required string functions
This commit is contained in:
parent
7125823505
commit
d655441993
2 changed files with 39 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ RISC-V Operating System.
|
|||
- [x] Splitting of large blocks.
|
||||
- [x] Doubly-linked list headers.
|
||||
- [x] Bidirectional coalescing (Iterative).
|
||||
- [ ] **String Library**: Complete `lib/string.c` (`memset`, `memcpy`, `strcmp`, `strlen`).
|
||||
- x ] **String Library**: Complete `lib/string.c` (`memset`, `memcpy`, `strcmp`, `strlen`).
|
||||
- [x] **Formatted Printing**: Robust `kprintf` implementation for hex and decimal.
|
||||
|
||||
### Phase 2: Hardware Interfacing & Traps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue