Skip to content

Instantly share code, notes, and snippets.

View networkextension's full-sized avatar
🎯
Focusing

abigt networkextension

🎯
Focusing
View GitHub Profile
@networkextension
networkextension / FreeBSD booted on MacBook Air M1.txt
Created September 2, 2026 16:04
FreeBSD booted on MacBook Air M1
# dmesg
---<<BOOT>>---
GDB: debug ports: uart
GDB: current port: uart
KDB: debugger backends: ddb gdb
KDB: current backend: ddb
WARNING: Cannot find freebsd,dts-version property, cannot check DTB compliance
Type Physical Virtual #Pages Attr
Reserved 000800b0c000 000800b0c000 00000a24 WB
Reserved 000801b50000 000801b50000 00000430 WB
@networkextension
networkextension / ARM n1sdp ubuntu 26.04.txt
Created August 29, 2026 22:23
ARM n1sdp ubuntu 26.04 dmesg
root@n1sdp:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd0c0]
[ 0.000000] Linux version 7.2.0-rc2-g6a37ef7ca59e (local@lima-builder) (gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #2 SMP PREEMPT Sat Aug 29 13:20:47 GMT 2026
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] earlycon: pl11 at MMIO 0x000000002a400000 (options '')
[ 0.000000] printk: legacy bootconsole [pl11] enabled
[ 0.000000] efi: EFI v2.7 by EDK II
[ 0.000000] efi: ACPI 2.0=0xf9850018 MEMATTR=0xfdbea818 INITRD=0xf9574c98 MEMRESERVE=0xf9574d18
[ 0.000000] ACPI: Early table checksum verification disabled
@networkextension
networkextension / crash.tx
Created July 12, 2026 23:18
dmem 0x1fc000000 0x400
dmem 0x1fc000000 0x400
Memory Address 00000001FC000000 400 Bytes
[Diags Panic]: Synchronous Exception at 0x00000107F655EBE8
PC 0x0107F655EBE8 (0x0107F6534000+0x0002ABE8) [ 0] Shell.dll
PC 0x0107F659C25C (0x0107F6534000+0x0006825C) [ 0] Shell.dll
PC 0x0107F655DA30 (0x0107F6534000+0x00029A30) [ 0] Shell.dll
PC 0x0107F65E8FD4 (0x0107F6534000+0x000B4FD4) [ 0] Shell.dll
PC 0x0107F65E94BC (0x0107F6534000+0x000B54BC) [ 0] Shell.dll
@networkextension
networkextension / gist:3160fef1205bbb6d77469b3f33cd2de8
Created July 11, 2026 04:58
MacOS 14.0 Darwin dev kernel 23.x boot args
extract from 23.0.0 Darwin Kernel Version 23.0.0: Tue May 2 14:52:10 PDT 2023; root:xnu-9917.0.0.0.2~546/DEVELOPMENT_ARM64_T6031 arm64
cat kernel-bootargs.txt
-bsdmgroot
-disable_atm
-disable_cseg_write_protection
-enable_kprintf_spam
-hide_process_traced
-memorystatus-skip-fg-notify
-multiq-deep-drain
-multiq-sanity-check
@networkextension
networkextension / OpenBSD 7.9-current.dmg
Created July 10, 2026 08:48
OpenBSD 7.9-current run apple VZ platform native ,don't need qemu/vmware
Last login: Fri Jul 10 07:03:01 2026 from 192.168.64.1
OpenBSD 7.9-current (GENERIC.MP) #11: Tue Jul 7 18:19:42 MDT 2026
Welcome to OpenBSD: The proactively secure Unix-like operating system.
Please use the sendbug(1) utility to report bugs in the system.
Before reporting a bug, please try to reproduce it with the latest
version of the code. With bug reports, please try to ensure that
enough information to reproduce the problem is enclosed, and if a
known fix for it exists, include that as well.
swift@dpaa2:~ % dmesg
---<<BOOT>>---
Type Physical Virtual #Pages Attr
ConventionalMemory 000080000000 000000000000 00065fa8 WC WT WB
LoaderCode 0000e5fa8000 000000000000 00004000 WC WT WB
LoaderData 0000e9fa8000 000000000000 00004000 WC WT WB
Reserved 0000edfa8000 000000000000 000002bb WC WT WB
ConventionalMemory 0000ee263000 000000000000 000000ff WC WT WB
LoaderCode 0000ee362000 000000000000 000000d1 WC WT WB
ConventionalMemory 0000ee433000 000000000000 000000d1 WC WT WB
@networkextension
networkextension / FreeBSD native boot use MacOS VZ framework.log
Created July 6, 2026 21:30
FreeBSD native boot use MacOS VZ framework
root@fbsdvz:~ # dmesg
---<<BOOT>>---
GDB: no debug ports present
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2026 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 16.0-CURRENT #0 apple-vz-virtio-console-ecbffb825e5a-dirty: Mon Jul 6 17:10:58 UTC 2026
@networkextension
networkextension / FreeBSD 16 currently 16k booting dmesg.txt
Created July 5, 2026 22:44
FreeBSD 16 currently 16k booting dmesg
Last login: Sun Jul 5 06:31:08 on ttyu0
Jul 5 07:02:41 n1sdp-16k login[1848]: ROOT LOGIN (root) ON ttyu0
FreeBSD 16.0-CURRENT (GENERIC-16K) #1 main-cf851111b02f-dirty: Sun Jul 5 13:04:50 GMT 2026
Welcome to FreeBSD!
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
@networkextension
networkextension / FreeBSD 16.0 current 16k page boot dmesg.txt
Created July 5, 2026 15:18
FreeBSD 16.0 current 16k page boot dmesg
| ____| | _ \ / ____| __ \
| |___ _ __ ___ ___ | |_) | (___ | | | |
| ___| '__/ _ \/ _ \| _ < \___ \| | | |
| | | | | __/ __/| |_) |____) | |__| |
| | | | | | || | | |
|_| |_| \___|\___||____/|_____/|_____/
/-------- Welcome to FreeBSD ----------\ ``` `
| | s` `.....---.......--.``` -/
| 1. Boot Multi user [Enter] | +o .--` /y:` +.
@networkextension
networkextension / freebsd_mbp2015_15.tx
Created July 5, 2026 02:26
freebsd_mbp2015_15 dmesg
local@64G-05T-141-WYJV02DHJQ-16C-M3Max-40G-nowifi ~ % cat freebsd_mbp2015_15.txt
---<<BOOT>>---
Copyright (c) 1992-2025 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 15.1-RELEASE releng/15.1-n283562-96841ea08dcf GENERIC amd64
FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git llvmorg-19.1.7-0-gcd708029e0b2)
VT(efifb): resolution 2880x1800
CPU: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (2494.35-MHz K8-class CPU)