CVS commit: src/sys/arch/m68k/m68k
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Thu Mar 19 13:50:28 UTC 2026 Modified Files: src/sys/arch/m68k/m68k: vectors.c Log Message: Some platforms need to declare the vector table in a particular way for their own reasons. mac68k falls into this category; it needs be at address $0000.0000 and immediately preceed the Mac ROM variable storage area. Provide a hook for this to allow such platforms to use the shared vector table initialization and manipulation routines. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/m68k/m68k/vectors.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.