kernel tag

12 questions


1 answers
113 views
0
Does anyone know what code ":-!!" is in the kernel header?

The code was imported from /usr/include/linux/kernel.h/* Force a compilation error if condition is true, but also produce a result (of value 0 and type size_t), so the expression can be used e.g. in a...

2 years ago

1 answers
93 views
0
I have a question regarding the linux assembly code.

Hello, I'm studying about system callfork(){ movl 57, %eax int $0x80}How can I find the assembly language code for the function in this way?The information I received said that the Glibc code is on t...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.