Thread
Stories related to "Intricacies of sizecoding on Linux" across the full archive.
Note: this seems to be an old presentation Microsoft just recently uploaded.
I'm not that good with assembly. Could someone explain me what is happening on this line:
https://github.com/skeeto/pure-linux-threads-demo/blob/master/threads-x86_64.s#L93
I now that it prepares the location of the stack for clone. I think that it adds `STACK_SIZE` to have the end of the allo...
The talk itself is in English (except the initial setup), someone translated the Q&A session to English here: https://www.gamingonlinux.com/articles/techland-presentation-on-porting-dying-light-to-linux.5277/page=2#35935
Ronald Minnich from Google describes NERF (Non-Extensible Reduced Firmware), an open source software system developed at Google to replace almost all of UEFI firmware with a tiny Linux kernel and initramfs. Slides at https://schd.ws/hosted_files/osseu17/84/Replace%20UEFI%20with%20Linux.pdf
> #How to design a Linux kernel API
>
>
> The Linux kernel-user-space API is littered with design errors: APIs that are non-extensibe, unmaintainable, overly complex, limited-purpose, violations of standards, and inconsistent. Most of those mistakes can't be fixed because doing so would break t...
"Writing Linux File System for Fun" by Maciej Grochowski
Slides: https://github.com/cppdug/presentations/blob/master/files/2018-05-14/WritingFS4Fun.pptx
Abstract: The UNIX Filesystem story goes back to the first implementation of the operating system. Since then there were many different imple...
A project I've been working on a lot in my spare time. I plan to get nginx running on it. Let me know what you think!