Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Material

I 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)