index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-27
feat: Dynamically calculate kernel end address using linker symbol
Bobby
3
-7
/
+20
2026-01-27
Refactor memory management and system constants
Bobby
20
-108
/
+594
2026-01-23
feat: Integrate memory constants across modules for improved configuration ma...
Bobby
11
-190
/
+417
2026-01-23
feat: Add centralized memory constants for layout and stack configuration
Bobby
1
-0
/
+18
2026-01-23
refactor: Reorder and organize import statements across multiple files for im...
Bobby
26
-64
/
+61
2026-01-23
feat: Remove debug print statements across various modules to clean up output
Bobby
24
-323
/
+10
2026-01-23
fix keypresses not appearing on terminal in ash
Bobby
5
-10
/
+87
2026-01-23
feat: Remove debug print statements across various invocations and the scheduler
Bobby
9
-184
/
+29
2026-01-22
feat: Implement keyboard input handling and shell functionality
Bobby
20
-252
/
+546
2025-12-30
feat: extend page table creation to map MMIO region for framebuffer and AHCI
Bobby
1
-1
/
+7
2025-12-30
feat: refactor Pulse init system to improve loading sequence and remove debug...
Bobby
2
-62
/
+28
2025-12-30
feat: add yield invocation and syscall support for process scheduling
Bobby
4
-3
/
+44
2025-12-30
feat: improve panic diagnostics, memory paging, and system task loading
Bobby
12
-175
/
+429
2025-12-30
feat: add Pulse init system with process management and error handling
Bobby
2
-0
/
+55
2025-12-30
fix: update ELF load address to start at 16MB after kernel
Bobby
1
-1
/
+1
2025-12-30
refactor: reorganize library build process; add syscall interface and I/O ope...
Bobby
8
-35
/
+70
2025-12-30
set code model to kernel for mirai module
Bobby
1
-0
/
+1
2025-12-16
separate invocations; moved helper functions to utils; created invocations fo...
Bobby
14
-536
/
+681
2025-12-16
library dependent binaries
Bobby
19
-242
/
+401
2025-12-12
more test binaries
Bobby
6
-1
/
+204
2025-12-12
file descriptors, IO, and more invocations
Bobby
8
-28
/
+924
2025-12-11
added thematic crimson in boot sequence
Bobby
1
-0
/
+3
2025-12-11
make binaries for the OS
Bobby
1
-1
/
+20
2025-12-11
nicer `.gitignore`
Bobby
1
-4
/
+21
2025-12-11
updated interrupts, invocations, kata, and paging to switch to Layer 3
Bobby
8
-179
/
+290
2025-12-11
updated sequence to init hikari
Bobby
1
-0
/
+5
2025-12-11
added hikari AKIBA ELF loader
Bobby
3
-0
/
+447
2025-12-11
added cast command to launch binaries
Bobby
2
-0
/
+67
2025-12-11
added a test hello binary to run on system
Bobby
2
-0
/
+40
2025-12-11
added linker for AKIBAELF binaries
Bobby
1
-0
/
+35
2025-12-11
added AKIBAELF builder program
Bobby
2
-0
/
+136
2025-12-09
invocations (syscalls) using syscall/sysret
Bobby
5
-0
/
+356
2025-12-09
kata (processes) and sensei (scheduler) using CFS lite system
Bobby
6
-40
/
+491
2025-12-09
add gdt and tss
Bobby
5
-19
/
+334
2025-12-09
remove unused test command from ash
Bobby
1
-1
/
+0
2025-12-09
crimson panic handler for mirai; move exception handling from idt to crimson
Bobby
6
-278
/
+779
2025-12-08
update Makefile to delegate image build to `mkafsdisk`
Bobby
1
-72
/
+95
2025-12-08
update run for linux and mac
Bobby
1
-3
/
+8
2025-12-08
ignored toolchain builds and zig-out
Bobby
1
-0
/
+4
2025-12-08
update Dockerfile to build grub for Akiba
Bobby
1
-4
/
+11
2025-12-08
AFS disk image creator tool added
Bobby
2
-0
/
+784
2025-12-08
custom AFS module for GRUB
Bobby
1
-0
/
+425
2025-12-08
update theme and GRUB config for AFS
Bobby
3
-10
/
+13
2025-12-08
update shell and commands for new AFS
Bobby
3
-69
/
+56
2025-12-08
complete AFS as a standalone filesystem
Bobby
2
-278
/
+244
2025-12-08
clean up and update boot sequence
Bobby
1
-128
/
+81
2025-12-08
move device finder to ahci
Bobby
1
-0
/
+18
2025-12-01
fix nav ^ not listing current dir when in / in shell
Bobby
2
-3
/
+4
2025-12-01
implement GPT parser, ACHI and PCI drivers, update AFS to use AHCI
Bobby
11
-451
/
+1113
2025-12-01
fix inconsistencies in shell and nav command
Bobby
3
-29
/
+20
[prev]
[next]