Re: [LV] [LV-k25-commit] Linux for the VAX architecture: Changes to 'vax4linus'
8 Apr
2006
8 Apr
'06
06:38
diff --git a/arch/vax/boot/head.S b/arch/vax/boot/head.S index 3861e3a..bf59290 100644 --- a/arch/vax/boot/head.S +++ b/arch/vax/boot/head.S .. + /* + * Prepare to fix some of the Machine Vector pointers to + * point to physical memory (instead of virtual addresses) because + * we haven't yet enabled mapping, but want to use the function + * pointers (eg. to print something.) + */ + movl mv, %r10 /* R10 = &mv */ + moval start, %r8 /* R8 = &start */
That comment should be R10 = mv. Later, Kenn _______________________________________________ Linux-Vax mailing list Linux-Vax@pergamentum.com http://www.pergamentum.com/mailman/listinfo/linux-vax
7471
Alter (vor Tagen)
7471
Zuletzt aktiv (vor Tagen)
2 Kommentare
2 Teilnehmer
Teilnehmer (2)
-
Jan-Benedict Glaw
-
Kenn Humborg