Karina
|
d01a91c993
|
feat: jumping to userspace (currently only in dbg command with infinit jmp to self loop
|
2026-01-29 01:10:14 +04:00 |
|
Karina
|
0761153d24
|
feat: implement initial CPIO parsing and shell improvements
- core: added CPIO parser (fs/cpio.c) and VFS structs
- shell: refactored ksh, added 'help' command
- lib: added string utils (strcpy, strncpy, strncmp)
- wip: working on initramfs loading in kmain
|
2026-01-28 02:04:40 +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
|
894c513609
|
minor refactor; cats in ksh
|
2025-12-28 07:36:04 +04:00 |
|
Karina
|
caf4f7a055
|
feat: basic ksh
|
2025-12-28 01:47:17 +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 |
|