index
:
kogata.git
master
retrowave
Hobby OS ; intended to be small and perfect (^_^)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add prototypes for process management...
Alex Auvolat
2015-03-03
2
-7
/
+3
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
2
-3
/
+3
*
Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls
Alex Auvolat
2015-02-24
2
-1
/
+88
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
2
-7
/
+3
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
2
-0
/
+5
*
Add syscall for ioctl on open handle
Alex Auvolat
2015-02-19
2
-0
/
+4
*
Implement basic syscalls...
Alex Auvolat
2015-02-19
2
-1
/
+59
*
Implement userspace malloc
Alex Auvolat
2015-02-19
8
-11
/
+485
*
Moving files.
Alex Auvolat
2015-02-15
1
-1
/
+1
*
Add binary tree implementation. NOT TESTED, FULL OF BUGS.
Alex Auvolat
2015-02-14
4
-0
/
+6
*
Change a bit of structure
Alex Auvolat
2015-02-14
1
-6
/
+1
*
Begin implementation of syscalls.
Alex Auvolat
2015-02-13
3
-6
/
+23
*
Implement ELF loading ; arrange so that user processes run.
Alex Auvolat
2015-02-13
1
-2
/
+5
*
Reorganize code in preparation for user apps.
Alex Auvolat
2015-02-13
6
-0
/
+66