|
|
b48da838ec
|
(interrupt): implement robust trap frame and state preservation
|
2026-02-11 22:56:25 +00:00 |
|
|
|
43a26abe74
|
(memory): clean up warnings in test functions
|
2026-02-11 22:52:52 +00:00 |
|
|
|
f855d910ed
|
(memory): returning pages back when freeing memory
|
2026-02-11 04:05:27 +00:00 |
|
|
|
820163395e
|
(memory): updating kcoalesce only merges contiguous memory locations.
|
2026-02-11 02:38:43 +00:00 |
|
|
|
3c7b927abf
|
(memory): alignment checks, clean up, and tests
|
2026-02-11 01:37:31 +00:00 |
|
|
|
a8e1bbc3a8
|
using memset to zero out the page
|
2026-02-11 00:39:51 +00:00 |
|
|
|
19d981c878
|
zeroing bss and changing init ordering
|
2026-02-11 00:12:14 +00:00 |
|
|
|
780a059c77
|
fixing exception logic
|
2026-02-10 13:53:36 +00:00 |
|
|
|
7e7a7fcd3b
|
No "woo!" and make heap split error clearer
|
2026-02-10 13:33:54 +00:00 |
|
|
|
663c2712fd
|
Make kprintf_internal so panic.h can use it.
|
2026-02-10 13:22:12 +00:00 |
|
|
|
8d5aae1ac9
|
clean up warnings
|
2026-02-10 03:01:50 +00:00 |
|
|
|
50757427be
|
Keyboard Work - setting up PLIC, UART, Interrupts
|
2026-02-10 01:21:49 +00:00 |
|
|
|
4c0a4958a2
|
correct location for memory free_list
|
2026-02-09 21:50:16 +00:00 |
|
|
|
dec7c42cfd
|
code clean up
|
2026-02-09 21:44:08 +00:00 |
|
|
|
3f0105e37e
|
Tweak messaging
|
2026-02-09 21:14:13 +00:00 |
|
|
|
977f63b14f
|
remove redundant comments
|
2026-02-09 20:59:56 +00:00 |
|
|
|
b37f890266
|
rename panic to interrupts to better reflect it's future role
|
2026-02-09 19:33:11 +00:00 |
|
|
|
9e91024f35
|
formatting
|
2026-02-09 18:55:51 +00:00 |
|
|
|
821716adcc
|
cleaning up debugging message to use kprintf
|
2026-02-09 17:56:49 +00:00 |
|
|
|
de312ee5fa
|
adding prev to HeapHeader to allow backwards coalescing.
|
2026-02-09 15:33:11 +00:00 |
|
|
|
8226764dea
|
fixing double 0x on panic fault address
|
2026-02-09 15:32:24 +00:00 |
|
|
|
db74bf9b06
|
improve panic with heap_stats
|
2026-02-09 15:06:49 +00:00 |
|
|
|
a6638d7af5
|
move gcc required functions to string.c
|
2026-02-09 03:44:33 +00:00 |
|
|
|
9f833ca32c
|
memory testing and robustness
|
2026-02-09 03:28:54 +00:00 |
|
|
|
2296179bf8
|
Move the trap to panic.c
|
2026-02-09 02:57:04 +00:00 |
|
|
|
2564aa6aba
|
kprintf and kprint_float
|
2026-02-09 02:55:15 +00:00 |
|
|
|
6208ae369d
|
Improved panic messaging
|
2026-02-09 02:48:27 +00:00 |
|
|
|
3270717168
|
adding kmalloc and memory management
|
2026-02-09 02:21:48 +00:00 |
|
|
|
6aca680609
|
panic improvements
|
2026-02-09 00:37:28 +00:00 |
|
|
|
1a3259b811
|
page allocation
|
2026-02-09 00:13:11 +00:00 |
|
|
|
3efbcf24f4
|
page allocation
|
2026-02-09 00:13:00 +00:00 |
|
|
|
e64cf1ef72
|
start of page allocation
|
2026-02-08 23:51:37 +00:00 |
|
|
|
a0973fe49d
|
clean up panic test
|
2026-02-08 23:04:37 +00:00 |
|
|
|
da95a4acfa
|
kernel panic and trapping :)
|
2026-02-08 22:41:38 +00:00 |
|
|
|
8cd08165e0
|
improved uart character printing and poweroff/restart
|
2026-02-08 22:06:36 +00:00 |
|
|
|
7f943be8f0
|
Initial Commit
|
2026-02-08 21:23:47 +00:00 |
|