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
/
include
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Terminal inside Lua window manager
Alex Auvolat
2018-04-01
1
-0
/
+2
|
*
Drawing in subregion
Alex Auvolat
2017-05-04
1
-2
/
+20
|
*
Beginning of tk.lua
Alex Auvolat
2017-05-04
1
-2
/
+2
|
*
Truetype fonts
Alex Auvolat
2017-05-03
3
-55
/
+223
|
*
Mouse cursor!
Alex Auvolat
2017-05-03
1
-1
/
+3
|
*
more glitch art :)
Alex Auvolat
2017-04-21
1
-1
/
+2
|
*
Can plot on a surface from lua
Alex Auvolat
2017-04-21
1
-4
/
+8
|
*
include lua_cmsgpack and implement select binding
Alex Auvolat
2017-04-21
1
-0
/
+2
|
*
First lua app
Alex Auvolat
2017-04-19
1
-2
/
+0
|
*
Mini reorganization
Alex Auvolat
2017-04-19
2
-5
/
+1
|
*
More Lua works
Alex Auvolat
2017-01-14
1
-1
/
+1
|
*
Noncommited changes.
Alex Auvolat
2017-01-14
1
-0
/
+3
|
*
Use elf symbol table instead of map file for kernel
Alex Auvolat
2016-07-30
1
-1
/
+3
|
*
Progress on stdio impementation
Alex Auvolat
2016-07-16
1
-4
/
+12
|
*
Got Lua running \o/
Alex Auvolat
2016-07-16
2
-15
/
+16
|
*
Make way for libc implementation
Alex Auvolat
2016-07-16
7
-58
/
+68
|
*
Add stubs for many libc functions, and a few implemenations too
Alex Auvolat
2016-07-16
6
-37
/
+52
|
*
Move stuff around, again
Alex Auvolat
2016-07-15
8
-8
/
+8
|
*
Move stuff around
Alex Auvolat
2016-07-15
3
-3
/
+3
|
*
Add Lua source, not compiled yet as libc/libm functions remain unimplemented
Alex Auvolat
2016-07-15
14
-5
/
+279
|
*
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 ↵
Alex Auvolat
2015-03-14
1
-34
/
+0
|
|
|
|
there twice)
*
Fix write of null length to channel ; fix cat.
Alex Auvolat
2015-03-14
1
-0
/
+2
|
*
Shell begins to be usefull.
Alex Auvolat
2015-03-13
1
-0
/
+10
|
*
Basis for a shell.
Alex Auvolat
2015-03-13
1
-0
/
+14
|
*
Fix keyboard handling.
Alex Auvolat
2015-03-13
2
-0
/
+2
|
*
Begin implement terminal
Alex Auvolat
2015-03-13
2
-1
/
+4
|
*
Add keyboard handling code. New font thanks to Muazzam from OSDev!
Alex Auvolat
2015-03-11
2
-0
/
+53
|
*
Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ↵
Alex Auvolat
2015-03-11
1
-1
/
+2
|
|
|
|
waiters.
*
Add simple drawing code & font loading.
Alex Auvolat
2015-03-11
2
-0
/
+76
|
*
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
1
-1
/
+1
|
*
Begin work on GIP (Graphics Initiation Protocol)
Alex Auvolat
2015-03-11
3
-0
/
+220
|
*
Add mk_shm syscall ; replace get_mode by fctl.
Alex Auvolat
2015-03-10
1
-1
/
+2
|
*
Rename & cleanup.
Alex Auvolat
2015-03-10
1
-4
/
+4
|
*
Implement select ; add two tests for channels.
Alex Auvolat
2015-03-08
1
-1
/
+2
|
*
Implement missing syscalls.
Alex Auvolat
2015-03-08
1
-2
/
+8
|
*
Implement some missing syscalls.
Alex Auvolat
2015-03-07
1
-0
/
+1
|
*
Add prototypes for process management...
Alex Auvolat
2015-03-03
1
-2
/
+1
|
*
Change VFS interface : handles no longer visible to underlying FS.
Alex Auvolat
2015-03-02
1
-1
/
+1
|
*
Implement fs_subfs (it's simple, really) ; add placeholders for more syscalls
Alex Auvolat
2015-02-24
1
-1
/
+15
|
*
Think a bit ; ioctls only on open file descriptors.
Alex Auvolat
2015-02-20
1
-2
/
+1
|
*
Add kernel worker threads for handling various tasks (eg. interrupts)
Alex Auvolat
2015-02-19
1
-0
/
+1
|
*
Add syscall for ioctl on open handle
Alex Auvolat
2015-02-19
1
-0
/
+1
|
*
Implement basic syscalls...
Alex Auvolat
2015-02-19
1
-0
/
+17
|
*
Implement userspace malloc
Alex Auvolat
2015-02-19
2
-0
/
+39
|
*
Moving files.
Alex Auvolat
2015-02-15
1
-1
/
+1
|
*
Begin implementation of syscalls.
Alex Auvolat
2015-02-13
1
-0
/
+6
|
*
Reorganize code in preparation for user apps.
Alex Auvolat
2015-02-13
1
-0
/
+12