diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-03-05 21:36:52 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-03-05 21:36:52 +0100 |
| commit | 06fd98b7bd62eef3ca5f4934c12e600b182cdb77 (patch) | |
| tree | 855488b3b6a0179ccb645f7a1096fa10b116872a /src/kernel/api/io.h | |
| parent | a08957914b955eb08d85e5397403871b5f44f30d (diff) | |
still fixing
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'src/kernel/api/io.h')
| -rw-r--r-- | src/kernel/api/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/api/io.h b/src/kernel/api/io.h index 7a9fc38..4c11eac 100644 --- a/src/kernel/api/io.h +++ b/src/kernel/api/io.h @@ -7,4 +7,4 @@ // includes #include <stdint.h> -void RealPrint(const char* str); +void VGA_RPrint(const char* str); |