grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I'm back (RISC OS port)


From: Timothy Baldwin
Subject: Re: I'm back (RISC OS port)
Date: Sat, 24 Sep 2005 22:34:26 +0100
User-agent: KMail/1.8.2

On Wednesday 21 Sep 2005 16:02, Marco Gerards wrote:

> I'd like to start working on that this weekend, if I can find the time
> for that...

I have received a bug report concerning it's failure to build, which
I missed due to my installation of binutils being broken. 

Here is the fix:

diff -purN -x '*.mk' -x '*~' -x autom4te.cache -x configure -x '.#*' -x 
'*.orig' -x CVS grub2-arm-clean/kern/arm/RISC_OS/startup.S 
grub2-arm/kern/arm/RISC_OS/startup.S
--- grub2-arm-clean/kern/arm/RISC_OS/startup.S  2005-09-24 20:49:04.000000000 
+0100
+++ grub2-arm/kern/arm/RISC_OS/startup.S        2005-09-24 21:13:31.000000000 
+0100
@@ -264,6 +264,10 @@ FUNCTION(grub_arch_sync_caches)
        swi     X(OS_SynchroniseCodeAreas)
        mov     pc, lr
 
+rc5pc_off:
+       .asciz  "%rc5pc off"
+       .align
+
 FUNCTION(grub_reboot)
        adr     r0, rc5pc_off
        swi     X(OS_CLI)


BTW, it is already being packaged for the ARM port of slackware.

-- 
Member AFFS, WYLUG, SWP (UK), UAF, RESPECT, StWC
No to software patents!    Victory to the iraqi resistance!

Attachment: pgpQLCoK_W8hH.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]