index
:
weenix.git
master
My final project for Brown University's graduate level operating systems course. Weenix is a full fledge operating system built on unix.
csci2670
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Collapse
)
Author
2024-05-13
s5 fixes and issues with weenix
sotech117
2024-05-13
weenix
sotech117
2024-04-27
fix proc issues to get weenix to halt cleanly. very sad
sotech117
2024-04-26
finish s5, but no clean halt
sotech117
2024-04-25
cleanup s5 and try some fixes for namev_dir
sotech117
2024-04-25
s5 hopes
sotech117
2024-04-25
Merge branch 'brown-cs1690:master' into master
sotech117
2024-04-25
s5 from ramfs
sotech117
2024-04-25
cleanup edge cases
sotech117
2024-04-25
fix refcount issue
sotech117
2024-04-25
old vfs fixes
sotech117
2024-04-24
Add mobj_delete_pframe to mobj.h
Nathan Benavides-Luu
2024-04-22
initialize pf in mobj_delete_pframe to NULL (#11)
Nathan Benavides-Luu
2024-04-22
add delete_pframe call to s5_free_block (#10)
Nathan Benavides-Luu
2024-04-01
S5 Fixes (#6)
Nathan Benavides-Luu
* S5 Fixes * Remove #ifdef OLD * Fix comments for s5_get_disk_block * Add info for newp return parameter * Add stencil comment to s5_file_block_to_disk_block * Remove ifdefno --------- Co-authored-by: Ayma-n <aymanbt14@gmail.com>
2024-03-07
fix end of buffer bug
sotech117
2024-03-06
refactor code
sotech117
2024-03-05
Add kmutex.c
Nathan Benavides-Luu
2024-03-04
fix small bug
sotech117
2024-03-04
finish drivers
sotech117
2024-03-04
try to fix tests
sotech117
2024-03-04
pass basic functionality
sotech117
2024-03-03
work on disk read
sotech117
2024-03-03
get text output to be displayed
sotech117
2024-03-02
decent coding session
sotech117
2024-02-20
small conceptual issue with retvals when threads are cancelled. will ask
sotech117
2024-02-20
add cancellation test, will ask about bug at meeting
sotech117
2024-02-20
make tests and fix bugs that the tests caught :)
sotech117
2024-02-13
fix error
sotech117
2024-02-13
got basic tests to work
sotech117
2024-02-12
another docker conatiner fix and small weenix updates
sotech117
2024-02-11
add debug statements and start some testing
Michael Foiani
2024-02-11
add debug statements
Michael Foiani
2024-02-11
add one test
sotech117
2024-02-11
fix small compiling error
sotech117
2024-02-11
add small todo
sotech117
2024-02-11
basic implementation of most functions. not tested, but generally well ↵
sotech117
thought out
2024-02-11
work on proc. local development container fix.
sotech117
2024-02-11
start work on procs
Michael Foiani
2024-02-04
Fix kmutex.S
Nathan Benavides-Luu
2024-02-03
Replace kmutex.c with kmutex.S
Nathan Benavides-Luu
2024-01-28
Merge branch 'master' of https://github.com/brown-cs1690/2024-weenix-stencil
Ayma-n
2024-01-28
Fix make nyi names
Ayma-n
2024-01-28
enable debug statements
Nathan Benavides-Luu
2024-01-28
Fix compile error in namev.c
nthnluu
2024-01-28
Created student weenix repository
nthnluu