From e1f0b7367d06ed2d8ddf592220b5db06f35d3f30 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 25 Jan 2015 20:42:43 +0000 Subject: [PATCH] zx128: first pass minor fixes Still need to sort the IDE out, and more importantly get the banked linker working --- Kernel/platform-zx128/config.h | 2 +- Kernel/platform-zx128/tricks.s | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Kernel/platform-zx128/config.h b/Kernel/platform-zx128/config.h index fc7b15f0..6926cb42 100644 --- a/Kernel/platform-zx128/config.h +++ b/Kernel/platform-zx128/config.h @@ -1,5 +1,5 @@ /* Simple IDE interface */ -#define CONFIG_IDE +//#define CONFIG_IDE #define IDE_REG_DATA 0xA3 #define IDE_REG_ERROR 0xA7 #define IDE_REG_FEATURES 0xA7 diff --git a/Kernel/platform-zx128/tricks.s b/Kernel/platform-zx128/tricks.s index b562fc29..5665cf42 100644 --- a/Kernel/platform-zx128/tricks.s +++ b/Kernel/platform-zx128/tricks.s @@ -17,7 +17,6 @@ .globl _runticks .globl unix_syscall_entry .globl interrupt_handler - .globl dispatch_process_signal ; imported debug symbols .globl outstring, outde, outhl, outbc, outnewline, outchar, outcharhex -- 2.34.1