6

Does anyone here do Linux kernel development? How do you "get started"?

Comments
  • 0
    Deleting the root directory and starting from scratch, you'll figure it out 😛
  • 1
    @alexbrooklyn how do I do that? I keep getting rm: cannot remove ‘/dev/sda’: Permission Denied
  • 2
    @rynken now i get grub: kernel.bin missing

    So im good to go then, right?
  • 2
  • 2
    Step 1: Dont delete everything in your root directory
    Step 2: Dont delete everything in your harddrive
    Step 3: Dont ever listen to @alexbrooklyn or @rynken ever again.
  • 1
    @HampusMa I believe that he knows not to delete his system and he's just playing along :)
  • 1
    Don’t.
    Seriously.

    If you still want to go and smash your head into something hard, sharp and somewhat pointy... contemplate your decision and then do that again a couple times.
  • 1
    Also check out https://osdev.net/
    You can learn a lot about how operating systems work at the lowest level, which is incredibly important if you're going to be doing kernel development.

    I've been slowly developing my own OS kernel for a few months now, for the second time (first one got stolen - it was on an external hdd). It's fun, but you better enjoy debugging strange and seemingly impossible bugs :P
  • 1
    @Gogeta70 i did an operating system class in college where we basically got a skeleton and implemented virtual memory, context switching, filesystems etc. Ive never coded till the sun rose so many times 😂 but I learned a ton. one of my favorite classes despite the difficulty and the crazy bugs.
Add Comment