From c613812ef130388ac82b24bdce12389de96b7ce4 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 1 May 2025 10:23:02 +0200 Subject: kernel, boot: deprecated current PIO driver, add +Next for future NeKernel iterations. other: - In16 -> rt_in16 in BootKit.h why? - Silent corruption with other disk backends. - Better off starting with new work based on this backend but with bug fixes. Signed-off-by: Amlal --- dev/boot/BootKit/BootKit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/boot/BootKit') diff --git a/dev/boot/BootKit/BootKit.h b/dev/boot/BootKit/BootKit.h index 715f6426..5f4a65c4 100644 --- a/dev/boot/BootKit/BootKit.h +++ b/dev/boot/BootKit/BootKit.h @@ -167,7 +167,7 @@ EXTERN_C void rt_out8(UInt16 port, UInt8 value); EXTERN_C void rt_out16(UInt16 port, UInt16 value); EXTERN_C void rt_out32(UInt16 port, UInt32 value); EXTERN_C UInt8 rt_in8(UInt16 port); -EXTERN_C UInt16 In16(UInt16 port); +EXTERN_C UInt16 rt_in16(UInt16 port); EXTERN_C UInt32 rt_in32(UInt16 port); EXTERN_C void rt_halt(); -- cgit v1.2.3