Hacker News
- The magic (image resampling) kernel https://johncostella.com/magic/ 37 comments
- The Magic Kernel http://www.johncostella.com/magic/ 43 comments
- The magic kernel http://www.johncostella.com/magic/ 32 comments
- TIL the Linux kernel's reboot syscall accepts the birth dates of Torvalds and his three daughters (written in hexadecimal) as magic values https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/reboot.h#n10 205 comments programming
- What are these magic numbers in the Linux kernel ASLR code? If NUMS, I can't figure them out. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e8236c4d9338d 10 comments crypto
- Parted Magic 6.0 out: no more graphical boot menu; 2.6.38 kernel in use http://www.h-online.com/open/news/item/parted-magic-6-0-drops-nice-graphical-boot-menu-1226868.html 7 comments linux
- 'Every methodology I've come across has, at its kernel, a very small section labelled "do magic here"' http://www.fysh.org/~katie/computing/methodologies.txt 129 comments programming
- Black GCC/assembly magic in the Linux kernel http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=documentation/exception.txt;hb=head 41 comments programming
- How Do I Start The Kernel Proper & Validate the Linux Kernel Image Header's Magic Number? https://www.kernel.org/doc/html/latest/arm64/booting.html 11 comments osdev
- Magic in the container_of() linux kernel macro https://andrei.gherzan.ro/linux/the-magic-in-container-of 2 comments kernel