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
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
2025-12-01
clean up main with simulated boot sequence
Bobby
3
-174
/
+256
2025-11-28
support for 24 bit and 32 bit color. crisp and lovely color rendering
Bobby
4
-16
/
+179
2025-11-28
add akiba psf font
Bobby
1
-0
/
+0
2025-11-28
bring framebuffer and terminal back
Bobby
5
-46
/
+311
2025-11-28
add `.zig-cache` to clean
Bobby
1
-2
/
+2
2025-11-28
improved IDT and keyboard drivers
Bobby
4
-287
/
+579
2025-11-28
copy akiba theme to boot dir
Bobby
1
-0
/
+2
2025-11-28
akiba font and theme for grub
Bobby
13
-4
/
+79
2025-11-28
update readme with memory architecture until now
Bobby
1
-0
/
+28
2025-11-28
implement heap allocator and `alloc()` and `free()`
Bobby
2
-23
/
+333
2025-11-28
impl page table manager and physical memory manager for kernel; main is back ...
Bobby
4
-63
/
+288
2025-11-28
modify multiboot for hybrid kernel (identity + higher half)
Bobby
1
-50
/
+30
2025-11-28
modify `boot.s` for booting to higher-half
Bobby
1
-0
/
+56
2025-11-27
impl mi and nav with args; update fs to show extensions; add location resolver
Bobby
5
-6
/
+356
2025-11-27
akiba shell (ash) with mi (mité) command
Bobby
6
-17
/
+161
2025-11-27
add ps/2 keyboard driver, interrupts for keyboard and basic terminal
Bobby
5
-10
/
+436
[prev]
[next]