We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a5fe4 commit b0d040bCopy full SHA for b0d040b
src/kernel/drivers/ata_pio.c
@@ -1,5 +1,6 @@
1
#include "ata_pio.h"
2
#include "lowlevel_io.h"
3
+#include "screen.h"
4
5
// Источник: https://wiki.osdev.org/ATA_PIO_Mode
6
src/kernel/kernel/kernel.c
@@ -36,6 +36,8 @@ void kmain() {
36
detect_memory();
37
kprint("Memory Detected\n");
38
39
+ kprint("ATA PIO in development\n");
40
+
41
// Приглашение
42
printf("\nKintsugi OS %s (C) 2025\nRepository: " "https://github.com/alexeev-prog/KintsugiOS\n", VERSION);
43
0 commit comments