// kernel/src/developer.rs
#![no_std]
pub struct Developer {
pub name: &'static str,
pub location: &'static str,
pub age: u8,
pub os: &'static str,
pub shell: &'static str,
pub editor: &'static str,
pub dotfiles: &'static str,
pub focus: &'static str,
pub hobby: &'static str,
}
pub const BERKE: Developer = Developer {
name: "Berke Oruรง",
location: "Tรผrkiye ๐น๐ท",
age: 16,
os: "Arch Linux",
shell: "bash",
editor: "neovim",
dotfiles: "caelestia",
focus: "Systems Programming",
hobby: "Writing a Rust Kernel (BerkeOS)",
};
name: Berke Oruรง
location: Tรผrkiye ๐น๐ท
age: 16
current_project: BerkeOS (x86_64 Kernel in Rust)
os: Arch Linux (btw)
wm: Caelestia
editor: Neovim
languages:
- Rust (primary)
- C / C++
- Python
- TypeScript
interests:
- Kernel Development
- Systems Programming
- Low-Level Computing
- Open Source |
|
|
Custom Kernel Monolithic ยท Rust ยท no_std |
Custom Filesystem ATA PIO ยท Multi-drive |
Interactive Shell 30+ commands ยท History |
Device Drivers VGA ยท PS/2 ยท RTC ยท Audio |
| โ๏ธ Systems & Core | ๐ Web & Backend | ๐ ๏ธ Tools & Platforms | ๐ฎ Creative |
|
|
|
|
|
Rust โโโโโโโโโโโโโโโโโโโโโโโโโ 80% โโ Primary Language
C / C++ โโโโโโโโโโโโโโโโโโโโโโโโโ 56% โโ Systems
Python โโโโโโโโโโโโโโโโโโโโโโโโโ 64% โโ Scripting & Tools
TypeScript โโโโโโโโโโโโโโโโโโโโโโโโโ 56% โโ Web Development
Linux/OS โโโโโโโโโโโโโโโโโโโโโโโโโ 80% โโ Daily Driver
| โ๏ธ Minecraft |
๐ฟ Terraria |
๐บ๏ธ Hearts of Iron IV |
โค๏ธ Undertale |
๐ง Dying Light |
๐ฒ Indie & Sandbox |






