3-1: When using the Linx proprietary REBOOT system call to reboot the system, the second parameter magic2 must be defined as a set of magic numbers (for example: Linnux_reboot_magic2). What is the meaning of these numbers? (Converting the magic number to a hexadecimal number can help in solving the problem.) )
Reference: Linux Easter Egg-hidden dates in the Linux Kernel
Specifically as follows:
In order to prevent the reboot () system call BEING&NBSP
called inadvertently, you must pass it a pair of magic Val UEs in the the two parameters. The Magic value is 0xfee1dead. The second magic value
is one of:
$ grep linux_reboot_magic include/linux/*.h
Include/linux /reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead
Include/linux/reboot.h: #define Linux_reboot_ MAGIC2 672274793
Include/linux/reboot.h: #define LINUX_REBOOT_MAGIC2A 85072278
include/ Linux/reboot.h: #define LINUX_REBOOT_MAGIC2B 369367448
Include/linux/reboot.h: #define Linux_reboot_ MAGIC2C 537993216
Here are the answers.
0xfee1dead = " Feel Dead "
672274793=0x28121969 28/12/1969 is at Linus Torvalds was born.
These are Linus ' daughters ' birthdays:
85072278= 0x5121996 05/12/1996 is when Patricia Miranda was born.
367369448=0x16041998 16/04/1998 is when Daniela Yolanda was born.
537993216=0x20122000 20/12/2000 is when Celeste Amanda was born
It is not difficult to feel Linus Torvalds to the daughter of the full love AH. One of the interesting things about Linux __linux ">