summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added direct acces to video memory from userland.std_c_userlandAlex AUVOLAT2013-07-1114-27/+124
| | | | | | Next : same for keyboard ; move VT handling to userland. Consequence : a foreground app has total control over I/O. Next : implement sockets & a userland console multiplexer.
* Serial port used for writing kernel output.Alex AUVOLAT2013-07-1018-103/+178
| | | | Project: give total control to userland over display/input devices.
* (nothing)Alex AUVOLAT2013-07-063-2/+6
|
* Many bug corrections.Alex AUVOLAT2013-06-0932-124/+189
|
* All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included.Alex AUVOLAT2013-06-0861-1049/+2116
|
* Stupidity corrected.Alex AUVOLAT2013-05-202-8/+8
|
* Minor modificiations ; added a simple Line EDitor.Alex AUVOLAT2013-05-2012-17/+234
|
* Made makes silent.Alex AUVOLAT2013-04-171-3/+3
|
* Return to standard C.Alex AUVOLAT2012-11-2511-60/+62
|
* Minor scheduling change.HEADmasterAlex AUVOLAT2012-05-313-10/+13
|
* Minor change, bump.Alex AUVOLAT2012-05-271-2/+1
|
* Corrected some bugs in readline && multitasking improvement.Alex AUVOLAT2012-05-203-44/+69
|
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-205-67/+105
|
* Not a bugfix. The multitasking system must be redone.Alex AUVOLAT2012-05-193-7/+24
|
* More improvements in FWIK - more strings, Dir class, ...Alex AUVOLAT2012-05-1914-69/+149
|
* Better sprintf, vsprintf, String::sprintf, etc.Alex AUVOLAT2012-05-1918-249/+302
|
* Added string class for FWIK.Alex AUVOLAT2012-05-1915-171/+380
|
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-1952-114/+440
|
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-1923-246/+606
|
* Added some stuff.Alex AUVOLAT2012-05-188-78/+118
|
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-1819-101/+458
|
* Can now spawn new processes.Alex AUVOLAT2012-05-1810-53/+162
|
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-1810-31/+96
|
* Added initrd. Status: VFS support, totally useless shell.Alex AUVOLAT2012-05-1814-8/+302
|
* Improvements. Next: initrd.Alex AUVOLAT2012-05-186-31/+51
|
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-1811-30/+170
|
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-1828-66/+181
|
* Minor changes.Alex AUVOLAT2012-05-187-50/+57
|
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-1725-227/+745
|
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-1724-44/+559
|
* Bump.Alex AUVOLAT2012-05-171-1/+1
|
* Fixed some nasty bugs.Alex AUVOLAT2012-05-1712-20/+23
|
* Now booting on CD-ROM.Alex AUVOLAT2012-05-176-38/+41
|
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-174-40/+36
|
* Added some documentation about the coming VFS.Alex AUVOLAT2012-05-173-2/+59
|
* Object version of earrayAlex AUVOLAT2012-05-043-1/+194
|
* Preparations.Alex AUVOLAT2012-05-048-50/+85
|
* More OOP;Alex AUVOLAT2012-05-049-75/+127
|
* Minor changes (more OOP constructs);Alex AUVOLAT2012-05-047-82/+56
|
* Migration to C++!Alex AUVOLAT2012-05-0433-268/+330
|
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-0137-443/+6416
|
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-0122-510/+6404
|
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-0154-544/+188
|
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-015-15/+20
|
* New heap, simple and bug-free, but inefficient.katchup2010-12-1211-267/+492
|
* Minor changes to display.Alexis2112010-09-112-9/+7
|
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-1033-1323/+115
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-1022-44/+136
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* .Alexis2112010-09-101-0/+2
|
* Floppy image no longer included.Alexis2112010-09-102-0/+1
|