summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* .Alexis2112010-09-101-0/+2
* Floppy image no longer included.Alexis2112010-09-102-0/+1
* Some changes to stack tracing.Alexis2112010-08-135-15/+27
* Added priorities to the scheduler.Alexis2112010-08-104-21/+42
* No more global list of threads, one list of threads per process.Alexis2112010-08-104-21/+21
* Now using a simple Round Robin scheduler.Alexis2112010-08-106-21/+46
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-103-9/+15
* thread_sleep functions redone.Alexis2112010-08-106-41/+73
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-1025-62/+232
* Using a cross-compiler. Better makefile system.Alexis2112010-08-1012-137/+87
* 0.0.4 is outAlexis2112010-04-084-7/+3