Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connectkushal/os-kernel-dev-notes
Repo with kernel and OS development revision notes and collection of related links to books, youtube tutorials, etc
https://github.com/connectkushal/os-kernel-dev-notes
asm asmx86 assembly bare-metal baremetal computer-architecture kernel kernel-dev kernel-development kernels linux-kernel nasm notes operating-system qemu risc-os risc-v x86-64
Last synced: 3 days ago
JSON representation
Repo with kernel and OS development revision notes and collection of related links to books, youtube tutorials, etc
- Host: GitHub
- URL: https://github.com/connectkushal/os-kernel-dev-notes
- Owner: connectkushal
- License: mit
- Created: 2023-01-26T10:12:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T11:20:49.000Z (over 1 year ago)
- Last Synced: 2024-11-08T08:33:22.782Z (about 2 months ago)
- Topics: asm, asmx86, assembly, bare-metal, baremetal, computer-architecture, kernel, kernel-dev, kernel-development, kernels, linux-kernel, nasm, notes, operating-system, qemu, risc-os, risc-v, x86-64
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Operating System and Kernel Development Notes (WIP)
- Repo with revision notes and collection of links to books, youtube tutorials, etc related to os and kernel development.
- Please double check all info from this repo before any usage. Kindly send a pr for any corrections or suggestions.#### My Development Environment
- **System**
- Dell Inspiron N5050, 12gb ram
- Lubuntu OS
- **Code Editor**
- vscode
- vim (occasionally)
- **Assembler**
- nasm
- **Emulator**
- qemu---
#### Study MaterialI will be updating the list below as and when i go through any new material.
- [OSdev wiki](https://wiki.osdev.org)
- [A Journey in Creating an Operating System Kernel - The 539 Kernel Book](https://539kernel.com/)
- [Making an OS (x86) - Daedalus Community](https://www.youtube.com/playlist?list=PLm3B56ql_akNcvH8vvJRYOc7TbYhRs19M)
- [ThatOSDev channel](https://www.youtube.com/@ThatOSDev)