About 50 results
Open links in new tab
  1. What is the difference between the operating system and the kernel ...

    Jul 23, 2010 · The kernel is the lowest level of the operating system. The kernel is the main part of the operating system and is responsible for translating the command into something that can be …

  2. Jupyter Notebook extension Visual Studio Code stuck "connecting to …

    Oct 18, 2025 · The jupyter notebook extension in vscode as well as the jupyter notebook in the browser get stuck in kernel connecting state when a cell is executed. On installing ipykernel==6.30.1, which is …

  3. definition - why is a kernel called a kernel? - Stack Overflow

    Oct 19, 2012 · A kernel in that context is something from which the rest grows. You could also call a kernel a "core", but botanically-speaking a "core" contains seeds (or "kernels"). As the rest of the …

  4. CUDA error: no kernel image is available for execution on the device

    Jun 14, 2025 · Exception occurred: CUDA error: no kernel image is available for execution on the device CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace …

  5. PyTorch not recognizing RTX 5090 (sm_120) on Windows 11 - Stack …

    Nov 30, 2025 · Result: RuntimeError: CUDA error: no kernel image is available for execution on the device What I want to know: Does PyTorch currently provide any official Windows binaries that …

  6. Newest 'linux-kernel' Questions - Stack Overflow

    This tag is for questions about the internals of the Linux kernel itself - particularly about writing code that runs within the context of the kernel (like kernel modules or drivers).

  7. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · python3 -m ipykernel install --name "new_venv" --user Restart VS Code. But the new_venv does not show in my list of kernels when opening a Jupyter notebook.

  8. What's the relationship between a Linux OS and a kernel?

    Aug 4, 2010 · 30 Linux is the kernel. That's what Linus wrote and that's what the kernel developers continue to work on today. It controls the hardware. An operating system is something that includes a …

  9. linux - Learning Kernel Programming - Stack Overflow

    May 27, 2009 · I want to learn lLinux Kernel programming. What would be the starting points for that? What could be some of the simpler problems to target?

  10. linux kernel - how to get physical address (memory management)?

    Dec 12, 2016 · The Linux kernel uses a generic four-page paging model, which is not only suitable for 32-bit systems but also for 64-bit systems. The paging unit is part of the MMU (Memory Management …