Add `_kernel_text' symbol for kvm_mkdb(8).

This commit is contained in:
pk 1996-05-17 20:07:53 +00:00
parent ccc9ad0d6c
commit 05379d078e
1 changed files with 2 additions and 1 deletions

View File

@ -360,7 +360,8 @@ IE_reg_addr = KERNBASE + 8192 ! this page not used; points to IEreg
#define ZS_INTERRUPT4M HARDINT4M(12)
#endif
.globl start
.globl start, _kernel_text
_kernel_text = start ! for kvm_mkdb(8)
start:
/*
* Put sun4 traptable first, since it needs the most stringent aligment (8192)