GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
uBixOS
/
ubixos-old
Download ZIP
576 commits
Transfer to URL with SHA
tree:
2a951a6487
Branches
Tags
×
master
ubixos-old
/
src
/
sys
/
sys
/
latest commit
58a679d142
reddawg
authored
on 24 Jul 2004
..
Makefile
CFLAGS: I updated cflags so optimizations are consistant on all files different optimization levels maybe the source of some of our problems?
21 years ago
device.c
devfs: renamed functions
21 years ago
dma.c
Fixed dma code maybe it will work in 3.3.3 now
21 years ago
idt.c
Lots of changes to the vmm subsystem.... Page faults have been adjust to now be blocking on a per thread basis not system wide. This has resulted in no more deadlocks.. also the addition of per thread locking has removed segfaults as a result of COW in which two tasks fault the same COW page and try to modify it.
21 years ago
io.c
still working here
21 years ago
syscall.mk
New Syscalls
21 years ago
video.c
Fixed up exec.c
21 years ago