linux-kernel tag

4 questions


1 answers
127 views
0
Linux kernel code writes boolean. Is this okay?

As far as I know, there's a bowl only on C++, and you have to define it on CI saw you write boolean in the Linux kernel code.Did I get it wrong? TT?

2 years ago

3 answers
119 views
0
Linux command ls -s question

Can you tell me the unit of file size that comes out when I do Linux ls -s?


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...


© 2024 OneMinuteCode. All rights reserved.