💾 Archived View for bbs.geminispace.org › s › Linux captured on 2023-07-22 at 16:35:39. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-07-10)
-=-=-=-=-=-=-
Posting this from Amfora running on a linux distro contained entirely within the kernel image, bit hacky but it works
💬 2 comments · 6 likes · 2023-07-17 · 5 days ago
Anybody have useful git aliases they would like to share? One that really helps me that I've defined is `co = !git checkout "$(git branch -a | fzf)"`. This lets me type `git co`, pick a branch interactively from the list, which then checks out that branch. (I know if I properly set up shell completions I'd get suggested branch names by hitting tab, but the fuzzy search behavior from fzf is really nice.)
💬 3 comments · 2 likes · 2023-07-13 · 9 days ago · #git
Question: How do I compile the Linux kernel? — By which I mean, what compiler flags, options and configs should I look out for, such that my kernel will actually succesfully run? I am talking about QEMU without KVM as the platform.
💬 3 comments · 2023-07-11 · 12 days ago