From 659dffe09030d114f4e2ffd679e9ce6e7df5e812 Mon Sep 17 00:00:00 2001 From: Neal Andrew Crook Date: Wed, 18 May 2016 20:55:10 +0100 Subject: [PATCH] document fixup needed in order to build library. --- Kernel/platform-multicomp09/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-multicomp09/README b/Kernel/platform-multicomp09/README index 67a74424..a14dac94 100644 --- a/Kernel/platform-multicomp09/README +++ b/Kernel/platform-multicomp09/README @@ -203,7 +203,8 @@ TO DO * BUG should have CONFIG_SDC in coco config.def otherwise devsdc_init doesn't get called in devices.c * BUG other platforms have mixture of CONFIG_IDE and DEVICE_IDE and CONFIG_SDC and DEVICE_SD * BUG coco3 devices.c should #include devide.h devsd.h -* BUG fix problem of missing include file that I ended up copying +* BUG fix problem of missing include file that I ended up copying to allow library to build: + cp Kernel/include/userstructs.h Library/include/sys * BUG devsd.h has devsd_init but devsdc.c had devsdc_init, so did devices.c The other routine names * are not uniform either.. * BUG loader does not spot overlapped section or section that overflows address space -- 2.34.1