This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setenv bootargs console=tty0 console=ttyS0,115200 root=/dev/mmcblk0p3 | |
load mmc 0:2 $kernel_addr_r Image | |
booti $kernel_addr_r - $fdtcontroladdr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CONFIG_SYSVIPC=y | |
CONFIG_POSIX_MQUEUE=y | |
CONFIG_AUDIT=y | |
CONFIG_NO_HZ_IDLE=y | |
CONFIG_HIGH_RES_TIMERS=y | |
CONFIG_BPF_SYSCALL=y | |
CONFIG_BPF_JIT=y | |
CONFIG_PREEMPT=y | |
CONFIG_IRQ_TIME_ACCOUNTING=y | |
CONFIG_BSD_PROCESS_ACCT=y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:00:00.000 [INFO] [sway/main.c:295] Sway version 1.10-dev-cc342107 (Jun 24 2024, branch 'master') | |
00:00:00.000 [INFO] [sway/main.c:296] wlroots version 0.18.0-dev | |
00:00:00.002 [INFO] [sway/main.c:81] Linux firebert 6.10.0-0.rc4.20240621git50736169ecc8.42.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jun 21 14:39:39 UTC 2024 x86_64 GNU/Linux | |
00:00:00.002 [INFO] [sway/main.c:97] Contents of /etc/os-release: | |
00:00:00.002 [INFO] [sway/main.c:81] NAME="Fedora Linux" | |
00:00:00.002 [INFO] [sway/main.c:81] VERSION="41 (Rawhide Prerelease)" | |
00:00:00.002 [INFO] [sway/main.c:81] ID=fedora | |
00:00:00.002 [INFO] [sway/main.c:81] VERSION_ID=41 | |
00:00:00.002 [INFO] [sway/main.c:81] VERSION_CODENAME="" | |
00:00:00.002 [INFO] [sway/main.c:81] PLATFORM_ID="platform:f41" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/arm64 6.10.0-rc4 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="aarch64-linux-gnu-gcc (GCC) 14.1.1 20240507 (Red Hat Cross 14.1.1-1)" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=140101 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=24100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{.warning[UnusedImport]: off.} | |
{.hint[XDeclaredButNotUsed]: off.} | |
from macros import hint, warning, newLit, getSize | |
from os import parentDir | |
when not declared(ownSizeOf): | |
macro ownSizeof(x: typed): untyped = | |
newLit(x.getSize) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{.warning[UnusedImport]: off.} | |
{.hint[XDeclaredButNotUsed]: off.} | |
from macros import hint, warning, newLit, getSize | |
from os import parentDir | |
when not declared(ownSizeOf): | |
macro ownSizeof(x: typed): untyped = | |
newLit(x.getSize) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{.warning[UnusedImport]: off.} | |
{.hint[XDeclaredButNotUsed]: off.} | |
from macros import hint, warning, newLit, getSize | |
from os import parentDir | |
when not declared(ownSizeOf): | |
macro ownSizeof(x: typed): untyped = | |
newLit(x.getSize) |
OlderNewer