artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c4835
)
Increase kernel size, by pushing rodata 1MB forward, from 5MB to 6MB.
author
deraadt
<deraadt@openbsd.org>
Mon, 5 Jun 2017 18:56:30 +0000
(18:56 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 5 Jun 2017 18:56:30 +0000
(18:56 +0000)
This seems to satisfy the BTLB granularity. Good enough for now.
ok kettenis
sys/arch/hppa/conf/ld.script
patch
|
blob
|
history
diff --git
a/sys/arch/hppa/conf/ld.script
b/sys/arch/hppa/conf/ld.script
index
7378045
..
03c1b09
100644
(file)
--- a/
sys/arch/hppa/conf/ld.script
+++ b/
sys/arch/hppa/conf/ld.script
@@
-1,4
+1,4
@@
-/* $OpenBSD: ld.script,v 1.1
7 2011/04/25 20:43:40 kettenis Exp $
*/
+/* $OpenBSD: ld.script,v 1.1
8 2017/06/05 18:56:30 deraadt Exp $
*/
/*
* Copyright (c) 2003 Michael Shalayeff
@@
-46,7
+46,7
@@
SECTIONS
etext = ABSOLUTE(.);
} = 0x08000240 /* nop filled */
- . = 0x
5
00000;
+ . = 0x
6
00000;
.rodata :
{