|
18140a55ec
|
Make strstr take a const char* as a needle instead of a char*
|
2022-09-15 18:42:18 +02:00 |
|
|
e3e2952661
|
Consistent naming
|
2022-09-10 18:06:46 +02:00 |
|
|
9de9eacb1d
|
add strstr
|
2022-09-08 17:02:16 +02:00 |
|
|
aa6c578a3c
|
Fix bug in internal_printf
|
2022-09-07 15:02:38 +02:00 |
|
|
bd0a24097f
|
Add a KernelMemoryManager namespace to wrap PMM + VMM
|
2022-09-06 18:08:15 +02:00 |
|
|
1367e88d88
|
Finally implement %l and %z format modifiers
Finally, we can use %zx with a 64-bit number instead of %x%x with 2 32-bit values split from a 64-bit number!
|
2022-09-05 16:59:45 +02:00 |
|
|
1b727a66ea
|
Ready. Set. Go!
|
2022-09-05 16:13:51 +02:00 |
|