index
:
gbos.git
master
gbos - a tiny Unix-flavored OS for the Game Boy Color (kernel, shell, coreutils in C, RAM filesystem)
git daemon user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
gbos.inc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
term/osk: scroll region so the OSK never hides the input line
user
5 days
1
-0
/
+1
*
osk: toggle-able on-screen keyboard on the window layer
user
5 days
1
-0
/
+1
*
fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)
user
5 days
1
-3
/
+8
*
fs rewrite stage 2: inodes + root directory (block-based, persistent)
user
5 days
1
-11
/
+41
*
fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)
user
6 days
1
-2
/
+20
*
jobs: background execution (&), non-blocking reap, spin demo
user
6 days
1
-1
/
+2
*
kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool
user
6 days
1
-1
/
+10
*
shell: I/O redirection (>/<) and pipes (|); rewrite shell in C
user
6 days
1
-1
/
+9
*
filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files
user
6 days
1
-1
/
+29
*
tools: wc, head, and an argc/argv demo (args) + libc.c helpers
user
6 days
1
-0
/
+3
*
libc + CLI tools: a small C userland
user
6 days
1
-1
/
+7
*
C toolchain: run SDCC-compiled C programs as gbos processes
user
6 days
1
-0
/
+1
*
wip: sys_read + serial console shell (read-store bug under investigation)
user
6 days
1
-0
/
+2
*
kernel: complete the process lifecycle (exit/wait/reap + bank free list)
user
6 days
1
-2
/
+2
*
kernel: implement exec()
user
6 days
1
-0
/
+6
*
kernel: implement fork()
user
6 days
1
-0
/
+2
*
gbos scaffold: working cooperative microkernel (verified ABAB in emulator)
user
6 days
1
-0
/
+86