aboutsummaryrefslogtreecommitdiff
path: root/src/sysbin
Commit message (Collapse)AuthorAgeFilesLines
* Make way for libc implementationAlex Auvolat2016-07-167-97/+76
|
* Move stuff around, againAlex Auvolat2016-07-156-32/+30
|
* Add Lua source, not compiled yet as libc/libm functions remain unimplementedAlex Auvolat2016-07-151-3/+4
|
* Fix sme warnings...Alex Auvolat2016-07-141-4/+5
|
* Migrate to BAM build toolAlex Auvolat2016-07-137-62/+25
|
* Adjustments in region allocation code (fix first_bigger ??)Alex Auvolat2015-03-145-5/+3
|
* Begin implement escape sequence handling in terminal.Alex Auvolat2015-03-142-46/+167
|
* Fix write of null length to channel ; fix cat.Alex Auvolat2015-03-141-3/+2
|
* Fix blocking channel && channel write on circular-overflow. (see ipc.c)Alex Auvolat2015-03-141-2/+30
|
* Shell begins to be usefull.Alex Auvolat2015-03-133-13/+49
|
* Basis for a shell.Alex Auvolat2015-03-134-25/+107
|
* Begin implement terminalAlex Auvolat2015-03-133-116/+281
|
* Add keyboard handling code. New font thanks to Muazzam from OSDev!Alex Auvolat2015-03-111-0/+8
|
* Bugfixing in progress. Strange bug: wait_on adds to waiters but later not in ↵Alex Auvolat2015-03-112-5/+22
| | | | waiters.
* Add pckbd driver.Alex Auvolat2015-03-111-2/+42
|
* Add simple drawing code & font loading.Alex Auvolat2015-03-112-18/+27
|
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-112-3/+3
|
* Clear screen from GIP client (in login)Alex Auvolat2015-03-112-11/+45
|
* Begin work on GIP (Graphics Initiation Protocol)Alex Auvolat2015-03-116-21/+164
|
* Fix process exiting.Alex Auvolat2015-03-111-0/+6
|
* Add mutex to pciide driver (fixes some stuff)Alex Auvolat2015-03-101-1/+1
|
* Things are happenning ; lots of bugs.Alex Auvolat2015-03-107-0/+327