This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
aclindsa
/
aedrix-kernel
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70
Commits
1
Branch
110 KiB
C
82.3%
Assembly
9.7%
Makefile
5.9%
C++
1.2%
Linker Script
0.9%
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
aedrix-kernel
/
kernel
History
Aaron Lindsay
b51f8f8422
Consolidate physical page frame declaration from all archs
8 years ago
..
console.c
initcalls: Add initial implementation
8 years ago
font.c
Add GPLv2 license and source file headers
8 years ago
framebuffer.c
Add GPLv2 license and source file headers
8 years ago
frames.c
Consolidate physical page frame declaration from all archs
8 years ago
init.c
mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory
8 years ago
kernel.mk
mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory
8 years ago
kmalloc.c
mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory
8 years ago
list.c
Add GPLv2 license and source file headers
8 years ago
math.c
math: add math library (currently only log_2)
8 years ago
print.c
print: Allow for more than one output for console messages
8 years ago