|
3686e03bb7
|
Cast %p usage to void*
Apparently, %p only accepts void*, and not any pointer type. Still better than casting a pointer to uint64_t.
|
2022-10-08 18:27:05 +02:00 |
|
|
3feb7782bc
|
Kernel/mmap, munmap: Use %p in printf
|
2022-10-08 18:24:05 +02:00 |
|
|
d5f59b666a
|
Kernel/Memory: Use %p in printf
|
2022-10-08 18:21:02 +02:00 |
|
|
8ce58e9e30
|
Kernel/InitRD: Use %p with printf()
|
2022-10-08 18:16:55 +02:00 |
|
|
5fc543c179
|
Kernel/ACPI: Use printf() with %p
|
2022-10-08 18:15:08 +02:00 |
|
|
40099feb80
|
Apps: Use the new %p in printf()
|
2022-10-08 18:11:41 +02:00 |
|