Skip to content

Instantly share code, notes, and snippets.

View tsutsui's full-sized avatar

Izumi Tsutsui tsutsui

View GitHub Profile
@tsutsui
tsutsui / NetBSD-macppc-mbr-fat16.log
Created June 6, 2024 16:30
NetBSD/macppc 10.0 boot using FDISK partitioning and FAT16 partition on Apus 2000/200 (OpenFirmware 2.0)
Open Firmware, 2.0
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
ok
0 > dir ata/ATA-Disk@0:1,\
Aofwb.o 00F 0 -10000
OFWBOOT .XCF 021 B9CB 15000 ok
1 > boot ata/ATA-Disk@0:1,\ofwboot.xcf ata/ATA-Disk@0/netbsd loading XCOFF
@tsutsui
tsutsui / NetBSD-macppc-apm.log
Created May 30, 2024 15:50
MacOS 8 and NetBSD/macppc 10.0 dual boot using Apple Partition Map partitioning on Apus 2000/200 (OpenFirmware 2.0)
Open Firmware, 2.0
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
ok
0 > boot
OF_open bootpath=ata/ATA-Disk@0
read stage 2 blocks: 01234. done!
starting stage 2...
@tsutsui
tsutsui / NetBSD-macppc.log
Created May 28, 2024 17:43
MacOS 8 and NetBSD/macppc 10.0 dual boot on Apus 2000/200 (OpenFirmware 2.0)
Open Firmware, 2.0
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
ok
0 > boot
OF_open bootpath=ata/ATA-Disk@0
read stage 2 blocks: 01234. done!
starting stage 2...
Index: sys/arch/x68k/conf/GENERIC
===================================================================
RCS file: /cvsroot/src/sys/arch/x68k/conf/GENERIC,v
retrieving revision 1.207
diff -u -p -d -r1.207 GENERIC
--- sys/arch/x68k/conf/GENERIC 29 Sep 2022 10:10:10 -0000 1.207
+++ sys/arch/x68k/conf/GENERIC 31 Mar 2024 02:24:54 -0000
@@ -229,6 +229,9 @@ kbd0 at mfp0 # standard keyboard
ite0 at grf0 grfaddr 0 # internal terminal emulator
options ITE_KERNEL_ATTR=4 # bold for kernel messages
@tsutsui
tsutsui / pkglint.log
Created February 7, 2024 12:19
pkglint error on pkgsrc-2023Q4 and NetBSD/i386 10.0_RC3
mirage-% pkglint
panic: Pkglint internal error: Variable "MASTER_SITE_SUSE" must only be defined once. [recovered]
panic: interface conversion: interface {} is string, not pkglint.pkglintFatal
goroutine 1 [running]:
github.com/rillig/pkglint/v23.(*Pkglint).Main.func1()
/s/obj.i386/pkgsrc/pkgtools/pkglint/work.i386/pkglint-23.2.5/v23/pkglint.go:111 +0x5c
panic({0x83ae240, 0x8a6f600})
/usr/pkg/go121/src/runtime/panic.go:914 +0x1e0
github.com/rillig/pkglint/v23.assertf(...)
Dec 30 05:22:42 mirage smbd[29836]: [2023/12/30 05:22:42.688494, 0] ../../lib/util/fault.c:173(smb_panic_log)
Dec 30 05:22:42 mirage smbd[29836]: ===============================================================
Dec 30 05:22:42 mirage smbd[29836]: [2023/12/30 05:22:42.688673, 0] ../../lib/util/fault.c:174(smb_panic_log)
Dec 30 05:22:42 mirage smbd[29836]: INTERNAL ERROR: Signal 11: Segmentation fault in pid 29836 (4.18.9)
Dec 30 05:22:42 mirage smbd[29836]: [2023/12/30 05:22:42.688904, 0] ../../lib/util/fault.c:178(smb_panic_log)
Dec 30 05:22:42 mirage smbd[29836]: If you are running a recent Samba version, and if you think this problem is not yet fixed in the latest versions, please consider reporting this bug, see https://wiki.samba.org/index.php/Bug_Reporting
Dec 30 05:22:42 mirage smbd[29836]: [2023/12/30 05:22:42.689031, 0] ../../lib/util/fault.c:183(smb_panic_log)
Dec 30 05:22:42 mirage smbd[29836]: ===============================================================
Dec 30 05:22:42 mirage
@tsutsui
tsutsui / ibus-deamon.core.log
Created December 23, 2023 15:12
ibus 1.5.29 ibus-daemon randomly dumps core on NetBSD/i386 10.0_RC1 and pkgsrc-2023Q3
-% gdb /usr/pkg/bin/ibus-daemon ibus-daemon.core
GNU gdb (GDB) 11.0.50.20200914-git
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i486--netbsdelf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
--- /tmp/dtoa-inline-rfs.s 2023-11-15 01:08:14.211260505 +0900
+++ /tmp/dtoa-noinline-rfs.s 2023-11-15 01:08:22.324724851 +0900
@@ -1,271 +1,286 @@
obj.newsmips/dtoa.pico: file format elf32-tradbigmips
Disassembly of section .text:
-00000000 <__dtoa>:
@tsutsui
tsutsui / fblcd.c
Created November 4, 2023 15:44
prototype driver of NWS-32x0 LCD-MONO framebuffer for NetBSD/newsmips
/* $NetBSD$ */
/*-
* Copyright (c) 2023 Izumi Tsutsui. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
@tsutsui
tsutsui / dmesg-NetBSD-pmax-9.3-3MAX.log
Created November 4, 2023 02:54
dmesg of NetBSD/pmax 9.3 on GXemul emulating DECstation 5000/200 (3max)
lkkbd0: no keyboard
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
2018, 2019, 2020, 2021, 2022
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
NetBSD 9.3 (GENERIC) #0: Thu Aug 4 15:30:37 UTC 2022
[email protected]:/usr/src/sys/arch/pmax/compile/GENERIC