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
/
kernel
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug (dispose in pciide should not exist)
Alex Auvolat
2015-02-24
1
-1
/
+1
*
Change VFS a bit : the root directory of a fs is now a pointer. Fix tests.
Alex Auvolat
2015-02-24
1
-4
/
+4
*
Make way for ISO 9660 driver.
Alex Auvolat
2015-02-24
1
-9
/
+118
*
Add PCI IDE driver (only PIO mode, no DMA yet.)
Alex Auvolat
2015-02-24
2
-0
/
+3
*
PCI enumeration ; rename dev:/ to io:/
Alex Auvolat
2015-02-24
1
-11
/
+16
*
Change mode of operation for mmap_file (see readme)
Alex Auvolat
2015-02-20
2
-10
/
+6
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
1
-15
/
+2
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
3
-6
/
+132
*
Userland test infrastructure
Alex Auvolat
2015-02-19
1
-1
/
+1
*
Several things :
Alex Auvolat
2015-02-19
2
-3
/
+3
*
Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected res...
Alex Auvolat
2015-02-14
1
-7
/
+9
*
Many things :
Alex Auvolat
2015-02-14
5
-57
/
+33
*
Add first btree test ; fix first btree test.
Alex Auvolat
2015-02-14
2
-3
/
+3
*
Rearrange testing architecture : just type 'make run_tests'
Alex Auvolat
2015-02-14
2
-190
/
+22
*
Change hashtbl memory freeing method
Alex Auvolat
2015-02-14
1
-4
/
+4
*
Begin implementation of syscalls.
Alex Auvolat
2015-02-13
3
-7
/
+10
*
Implement ELF loading ; arrange so that user processes run.
Alex Auvolat
2015-02-13
3
-14
/
+29
*
Reorganize code in preparation for user apps.
Alex Auvolat
2015-02-13
1
-4
/
+2
*
Implement some handling of user stuff...
Alex Auvolat
2015-02-13
3
-7
/
+12
*
Implement switching to usermode.
Alex Auvolat
2015-02-13
2
-2
/
+24
*
Add stubs for process-related functions.
Alex Auvolat
2015-02-13
1
-5
/
+13
*
Prepare for user memory management and usermode code
Alex Auvolat
2015-02-13
3
-46
/
+78
*
Isolate cmdline test ; rename tests.
Alex Auvolat
2015-02-13
1
-16
/
+27
*
Cleanup output.
Alex Auvolat
2015-02-13
3
-50
/
+76
*
Begin implementation of nullfs.
Alex Auvolat
2015-02-12
1
-3
/
+1
*
Adjust nullfs header
Alex Auvolat
2015-02-12
1
-2
/
+10
*
kmain.c is kind of an example of how the VFS should be used from the outside...
Alex Auvolat
2015-02-12
1
-13
/
+18
*
Nullfs in good shape : can read a ram file.
Alex Auvolat
2015-02-09
1
-1
/
+12
*
Remove file that shouldn't be here.
Alex Auvolat
2015-02-09
1
-3
/
+14
*
Work on nullfs
Alex Auvolat
2015-02-09
1
-5
/
+8
*
Make way for nullfs
Alex Auvolat
2015-02-09
1
-7
/
+48
*
Start work on filesystems.
Alex Auvolat
2015-02-09
1
-16
/
+33
*
Change semantics of pd_map_page to return true on success, false on error.
Alex Auvolat
2015-02-09
3
-10
/
+13
*
Change readme, remove unused code, changed hashtbl to add key freeing function.
Alex Auvolat
2015-02-09
1
-2
/
+2
*
Reorganize all.
Alex Auvolat
2015-02-09
13
-0
/
+2052