-
The Samsung TV Binding seems to no longer works as intended. Currently this happened after the update to the newest stable release 2.2. Other people have reported the same behaviour.
## Expected Be…
-
Hi,
We making trying to compile with DLT with QNX 7 and succeessful except for the two items, usage of epoll and hsearch_r.
To workaround we are using 2.13.0, the last version without epoll and …
-
Hi,
I am looking for a way to build a short program (compile and link) that uses the VIPS C++ API library.
The program is Visual C++ Win32 Console Application running under Visual Studio 2015 proj…
-
- VSCode Version:
1.24.0-insider
92754223624dcbe9aca0e5ca3ba8a53808b122b6
x64
- OS Version:
MacOS 10.12.6
Steps to Reproduce:
1. Create a workspace using VSCode
2. Attempt to o…
-
From cmd/compile/internal/gc/bv.go:
```go
func (dst bvec) AndNot(src1, src2 bvec) {
for i, x := range src1.b {
dst.b[i] = x &^ src2.b[i]
}
}
```
This can be very hot code for certain k…
-
ON this page: https://0xax.gitbooks.io/linux-insides/content/Booting/linux-bootstrap-1.html
Go to Jump main section and there is a little typo ...
Instead of Call, it is showing Calll (three L) …
-
I want to know how many people are trying to understand the latest kernel source code. I have many questions but I don't know where to ask them. kernelnewbies mailing list is just a place to discuss g…
-
In [main.c](https://github.com/torvalds/linux/blob/16f73eb02d7e1765ccab3d2018e0bd98eb93d973/arch/x86/boot/main.c#L155), I can see that set_bios_mode is called before detect_memory. But in Chapter `Boo…
-
In Kernel booting process. Part 4. section "Calculate relocation address":
When we are using position-independent code an address is obtained by adding the address field of the command and the val…
-
In Kernel booting process. Part 6, section "Physical address randomization", the following sentence does make me pauses for a while and read it many times to get its meaning:
The kernel decompresso…