Skip to content
Nur Hussein

Some guy.

  • Home
  • Blog
  • Articles
  • Publications

Tag: programming

Linux Kernel Operating Systems OS Dev

Miscellaneous Linux Kernel Compilation Tips

by : Nur HusseinFebruary 22, 2022February 22, 2022Leave a Comment on Miscellaneous Linux Kernel Compilation Tips

This is a random collection of things I want to note down about Linux kernel compilation, so that I don’t forget them. One is how to compile a kernel and output to a different directory than the kernel source path. If you Google this, most answers tell you to do something like this (in this […]

Operating Systems OS Dev

Debugging A Kernel In A Virtual Machine

by : Nur HusseinJune 30, 2021July 17, 2021Leave a Comment on Debugging A Kernel In A Virtual Machine

I’m writing several small operating systems for fun (as you do), and to test and debug them I use the QEMU virtual machine. I’m writing this down to collect the bits and pieces of information I need in one place, and so that I can look it up again if I forget, and hopefully will […]