Skip to content

Releases: UEFI-code/Linux-Danger

kernel img, nice egg

Choose a tag to compare

@UEFI-code UEFI-code released this 24 Sep 02:18
qemu-system-x86_64 -kernel x64Image -drive file=rootfs.img,format=raw,if=virtio -append "root=/dev/vda rw console=ttyS0 earlyprintk=serial" -m 512M -smp 2 -serial stdio
qemu-system-aarch64 -M virt -kernel arm64Image -append "console=ttyAMA0 earlycon=pl011,mmio,0x09000000 loglevel=7 root=/dev/vda rw" -cpu cortex-a53 -smp 2 -m 512M -drive file=rootfs_arm64.img,format=raw,if=virtio -serial stdio

kernel img

Choose a tag to compare

@UEFI-code UEFI-code released this 22 Sep 01:55
qemu-system-x86_64 -kernel x64Image -drive file=rootfs.img,format=raw,if=virtio -append "root=/dev/vda rw console=ttyS0 earlyprintk=serial" -m 512M -smp 2 -serial stdio
qemu-system-aarch64 -M virt -kernel arm64Image -append "console=ttyAMA0 earlycon=pl011,mmio,0x09000000 loglevel=7 root=/dev/vda rw" -cpu cortex-a53 -smp 2 -m 512M -drive file=rootfs_arm64.img,format=raw,if=virtio -serial stdio

kernel img

Choose a tag to compare

@UEFI-code UEFI-code released this 19 Sep 05:37
qemu-system-x86_64 -kernel x64Image -drive file=rootfs.img,format=raw,if=virtio -append "root=/dev/vda rw console=ttyS0 earlyprintk=serial" -m 512M -smp 2 -serial stdio
qemu-system-aarch64 -M virt -kernel arm64Image -append "console=ttyAMA0 earlycon=pl011,mmio,0x09000000 loglevel=7 root=/dev/vda rw" -cpu cortex-a53 -smp 2 -m 512M -drive file=rootfs_arm64.img,format=raw,if=virtio -serial stdio

kernel img

Choose a tag to compare

@UEFI-code UEFI-code released this 09 Sep 00:03

qemu-system-x86_64 -kernel x64Image -drive file=rootfs.img,format=raw,if=virtio -append "root=/dev/vda rw console=ttyS0 earlyprintk=serial" -m 512M -smp 2 -serial stdio

qemu-system-aarch64 -M virt -kernel arm64Image -append "console=ttyAMA0 earlycon=pl011,mmio,0x09000000" -initrd initrd_arm64.gz -cpu cortex-a53 -m 512M -serial stdio

kernel img & initrd & deb

Choose a tag to compare

@UEFI-code UEFI-code released this 05 May 07:38

ECO Version

root@debian:~# uname -a
Linux debian 6.6.0-danger+ #355 SMP PREEMPT_DYNAMIC Mon May  5 07:36:57 UTC 2025 x86_64 GNU/Linux
root@debian:~# gdb python3
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 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.
...
(gdb) run
Starting program: /usr/bin/python3 
warning: Selected architecture i386:x86-64 is not compatible with reported target architecture i386
warning: Architecture rejected target-supplied description
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
Program received signal SIGINT, Interrupt.
0x00007ffff7da8904 in __GI___select (nfds=1, readfds=0x7fffffffda00, writefds=0x0, 
    exceptfds=0x0, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:69
69	../sysdeps/unix/sysv/linux/select.c: No such file or directory.
(gdb) info registers rip cs ds ss
rip            0x7ffff7da8904      0x7ffff7da8904 <__GI___select+180>
cs             0x30                48
ds             0x0                 0
ss             0x28                40
(gdb) stepi
0x00007ffff7da8904	69	in ../sysdeps/unix/sysv/linux/select.c
(gdb) 
0x00007ffff7da890a	69	in ../sysdeps/unix/sysv/linux/select.c
(gdb) 

kernel img & initrd & deb

Choose a tag to compare

@UEFI-code UEFI-code released this 03 May 09:06
root@debian:~# uname -a
Linux debian 6.6.0-danger+ #324 SMP PREEMPT_DYNAMIC Sat May  3 08:55:08 UTC 2025 x86_64 GNU/Linux
root@debian:~# gdb python3
GNU gdb (Debian 13.1-3) 13.1
Copyright (C) 2023 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 "x86_64-linux-gnu".
...
(gdb) run
Starting program: /usr/bin/python3 
warning: Selected architecture i386:x86-64 is not compatible with reported target architecture i386
warning: Architecture rejected target-supplied description
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Python 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
Program received signal SIGINT, Interrupt.
0x00007ffff7da8904 in __GI___select (nfds=1, readfds=0x7fffffffda00, writefds=0x0, 
    exceptfds=0x0, timeout=0x0) at ../sysdeps/unix/sysv/linux/select.c:69
69	../sysdeps/unix/sysv/linux/select.c: No such file or directory.
(gdb) info registers rip cs ds ss
rip            0x7ffff7da8904      0x7ffff7da8904 <__GI___select+180>
cs             0x30                48
ds             0x0                 0
ss             0x28                40
(gdb) stepi
0x00007ffff7da8904	69	in ../sysdeps/unix/sysv/linux/select.c
(gdb) 
0x00007ffff7da890a	69	in ../sysdeps/unix/sysv/linux/select.c
(gdb) 

kernel img & initrd & deb

Choose a tag to compare

@UEFI-code UEFI-code released this 26 Apr 03:59
スクリーンショット 2025-04-26 12 59 36

kernel img & initrd

Choose a tag to compare

@UEFI-code UEFI-code released this 23 Apr 08:41
4e8239a

./qemu-system-x86_64 -kernel vmlinuz-6.6.0-Danger+ -initrd initrd.img-6.6.0-Danger+ -append "root=/dev/ram0 console=ttyS0" -m 512M -serial stdio

kernel img & initrd

Choose a tag to compare

@UEFI-code UEFI-code released this 13 Apr 07:03
4e8239a

./qemu-system-x86_64 -kernel vmlinuz-6.6.0+ -initrd initrd.img-6.6.0+ -append "root=/dev/ram0 console=ttyS0" -m 512M -serial stdio

kernel img & initrd

Choose a tag to compare

@UEFI-code UEFI-code released this 13 Apr 06:11
4e8239a

./qemu-system-x86_64 -kernel vmlinuz-6.6.0+ -initrd initrd.img-6.6.0+ -append "root=/dev/ram0 console=ttyS0" -m 512M -serial stdio