Karina
55ea8fc533
feat(userspace): userspace support
...
build: updated CMakeLists to build and copy to initramfs
wip(syscalls): initial syscalls
chore(ksh/kfetch): minor changes
chore(gitignore): added initramfs/*
2026-01-29 21:25:45 +04:00
Karina
26c0353554
feat: blinking cursor
...
minor changes while trying to remember what i even wrote here after month break
2026-01-24 19:26:12 +04:00
Karina
358061cd6c
feat: basic scheduler; basic composer
2025-12-30 23:53:59 +04:00
Karina
9a296e4045
ref: changed ifndef -> pragma
2025-12-30 21:28:29 +04:00
Karina
794dae7084
Refactor: Modular kernel structure & WIP keyboard driver
...
- Reorganized src/inc into arch, drivers, core, shell
- Updated CMakeLists.txt for multi-arch support
- Added basic scancode-to-ASCII mapping (US QWERTY)
- Initial KSH (Kernel Shell) skeleton
- WIP: Keyboard modifier handling
2025-12-27 22:10:24 +04:00