GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
6
Releases
Fork
: 0
uBixOS
/
ubixos
Download ZIP
934 commits
Transfer to URL with SHA
tree:
685683e524
Branches
Tags
×
UBIXOS-0.01
UBIXOS-0.5
UBIXOS-1.0
UBIXOS-OLD
UBIXOS-PRE
master
ubixos
/
src
/
sys
/
mm
/
latest commit
685683e524
fsdfs
authored
on 11 Aug 2005
..
Makefile
update. stack corruption galore. first time is a charm, but the second
19 years ago
copyvirtualspace.c
implemented kfree(). does not free contiguous blocks of virtual memory
19 years ago
getfreepage.c
saving progress - uses new MM system. does not boot
19 years ago
kfree.c
update. stack corruption galore. first time is a charm, but the second
19 years ago
kmalloc.c
update. stack corruption galore. first time is a charm, but the second
19 years ago
memory.c
origionally I intended to allocate all memory first, then remove free ("used") pages when someone wanted to allocate, but that would take too long to boot up, so I changed the logic to dynamically allocate; however this was not entirely
19 years ago
page_fault.S
had to clean up the old files and not mix them with the new code
19 years ago
pagefault.c
update. stack corruption galore. first time is a charm, but the second
19 years ago
vmminit.c
adding files needed to compile
19 years ago