Add a "_kernel_text" symbol, for libkvm. From Gordon Ross.
This commit is contained in:
parent
2d2098c11b
commit
7d279a797f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: locore.s,v 1.50 1996/02/14 02:56:56 thorpej Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.51 1996/05/16 23:53:10 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
@ -43,11 +43,20 @@
|
||||
*/
|
||||
|
||||
#include "assym.h"
|
||||
#include <hp300/hp300/vectors.s>
|
||||
|
||||
#define MMUADDR(ar) movl _MMUbase,ar
|
||||
#define CLKADDR(ar) movl _CLKbase,ar
|
||||
|
||||
/*
|
||||
* This is for kvm_mkdb, and should be the address of the beginning
|
||||
* of the kernel text segment (not necessarily the same as kernbase).
|
||||
*/
|
||||
.text
|
||||
.globl _kernel_text
|
||||
_kernel_text:
|
||||
|
||||
#include <hp300/hp300/vectors.s>
|
||||
|
||||
/*
|
||||
* Temporary stack for a variety of purposes.
|
||||
* Try and make this the first thing is the data segment so it
|
||||
|
Loading…
Reference in New Issue
Block a user