Wolfgang Keller
Wolfgang Keller
Steps to reproduce: 1. Start 1st level and build, say, a working solution (so that the photon is moving for a longer time) 2. Click laser 3. While photon is...
Various directories/filenames in source-code-variable.css are outdated. This patch corrects these directories/filenames.
I added two lines in c4.c surrounding the `#include ` with ``` #ifdef _WIN32 ... #endif ``` to make c4 compile and run under Windows/Visual Studio, since `unistd.h` does not...
On https://pdos.csail.mit.edu/6.828/2017/xv6/book-rev10.pdf (Draft as of August 29, 2017): page 25: Some margin text is cropped page 46: At the margin "IRQ_TIMER,+code" should probably be replaced by "IRQ_TIMER+code". Also in the...
In "Appendix B: The boot loader" there is a dummy text for the second exercise: > https://github.com/mit-pdos/xv6-book/blob/a2b9e9a0bb03b0ec365a0d28b35e13a1d05f0d1c/appboot.t#L672-L673 Perhaps you want to replace it by a "real" exercise or (less likely)...
**Describe the bug** The file `mailbox.h` of the hello_fft application https://github.com/raspberrypi/userland/blob/3fd8527eefd8790b4e8393458efc5f94eb21a615/host_applications/linux/apps/hello_pi/hello_fft/mailbox.h contains a declaration `unsigned get_version(int file_desc);` This declaration is used nowhere in the code. In particular https://github.com/raspberrypi/userland/blob/3fd8527eefd8790b4e8393458efc5f94eb21a615/host_applications/linux/apps/hello_pi/hello_fft/mailbox.c does not...