Browse Source

With the addition of kernel in bootloader, ksyms now work.

OPENBSD_3_0
drahn 23 years ago
parent
commit
a7a1dbf00f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/etc.powerpc/MAKEDEV

+ 2
- 2
src/etc/etc.powerpc/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.45 2001/06/17 06:40:50 brad Exp $
# $OpenBSD: MAKEDEV,v 1.46 2001/06/23 02:29:30 drahn Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -192,7 +192,7 @@ std)
mknod stdin c 21 0 ; chmod 666 stdin
mknod stdout c 21 1 ; chmod 666 stdout
mknod stderr c 21 2 ; chmod 666 stderr
# mknod ksyms c 43 0 ; chmod 640 ksyms ; chown root.kmem ksyms
mknod ksyms c 43 0 ; chmod 640 ksyms ; chown root.kmem ksyms
;;
usbs)


Loading…
Cancel
Save