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
*
Got Lua running \o/
Alex Auvolat
2016-07-16
8
-124
/
+192
*
Make way for libc implementation
Alex Auvolat
2016-07-16
19
-211
/
+299
*
Add stubs for many libc functions, and a few implemenations too
Alex Auvolat
2016-07-16
17
-39
/
+581
*
Move stuff around, again
Alex Auvolat
2016-07-15
19
-42
/
+44
*
Move stuff around
Alex Auvolat
2016-07-15
20
-4
/
+3
*
Add Lua source, not compiled yet as libc/libm functions remain unimplemented
Alex Auvolat
2016-07-15
77
-21
/
+23242
*
Fix sme warnings...
Alex Auvolat
2016-07-14
3
-4
/
+14
*
Integration of scan-build and splint
Alex Auvolat
2016-07-14
1
-0
/
+2
*
Migrate to BAM build tool
Alex Auvolat
2016-07-13
2
-13
/
+4
*
Adjustments in region allocation code (fix first_bigger ??)
Alex Auvolat
2015-03-14
1
-2
/
+2
*
Factorize region allocator between kernel and user processes (same code was t...
Alex Auvolat
2015-03-14
5
-401
/
+8
*
Fix write of null length to channel ; fix cat.
Alex Auvolat
2015-03-14
1
-0
/
+2
*
Fix blocking channel && channel write on circular-overflow. (see ipc.c)
Alex Auvolat
2015-03-14
1
-7
/
+2
*
Fix region allocator (see changes in region.c!) ; debug spam control.
Alex Auvolat
2015-03-14
1
-2
/
+12
*
Shell begins to be usefull.
Alex Auvolat
2015-03-13
3
-1
/
+78
*
Basis for a shell.
Alex Auvolat
2015-03-13
3
-1
/
+82
*
Fix keyboard handling.
Alex Auvolat
2015-03-13
3
-5
/
+12
*
Begin implement terminal
Alex Auvolat
2015-03-13
4
-2
/
+13
*
Add keyboard handling code. New font thanks to Muazzam from OSDev!
Alex Auvolat
2015-03-11
6
-7
/
+206
*
Add better stack tracing technology (now uses kernel memory map!)
Alex Auvolat
2015-03-11
1
-1
/
+1
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ...
Alex Auvolat
2015-03-11
3
-1
/
+10
*
Add simple drawing code & font loading.
Alex Auvolat
2015-03-11
4
-1
/
+394
*
Refactor ; add default font (8x16 standard VGA font).
Alex Auvolat
2015-03-11
1
-3
/
+3
*
Clear screen from GIP client (in login)
Alex Auvolat
2015-03-11
3
-11
/
+14
*
Begin work on GIP (Graphics Initiation Protocol)
Alex Auvolat
2015-03-11
6
-2
/
+565
*
Things are happenning ; lots of bugs.
Alex Auvolat
2015-03-10
2
-3
/
+3
*
Add mk_shm syscall ; replace get_mode by fctl.
Alex Auvolat
2015-03-10
2
-3
/
+7
*
Rename & cleanup.
Alex Auvolat
2015-03-10
1
-4
/
+4
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
2
-4
/
+7
*
Implement missing syscalls.
Alex Auvolat
2015-03-08
2
-2
/
+29
*
Add tests.
Alex Auvolat
2015-03-07
1
-3
/
+3
*
Implement some missing syscalls.
Alex Auvolat
2015-03-07
2
-0
/
+15
*
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