summaryrefslogtreecommitdiff
path: root/Source/Kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Changed the way keyboard handling works, fixing a bug.Alexis2112009-11-146-22/+31
* Added screenshots and a grub entry for the GOL simulator.Alexis2112009-11-144-14/+11
* Changed some things in the way init is handled.Alexis2112009-11-144-79/+106
* Added a game of life simulator demoAlexis2112009-11-1312-148/+52
* 8bpp modes now supported :)Alexis2112009-11-115-6/+87
* 15bpp and 16bpp modes are now supported correctlyAlexis2112009-11-116-31/+77
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-1114-143/+176
* More workAlexis2112009-11-115-23/+103
* VESA works !Alexis2112009-11-1111-94/+92
* Started working on some 2D graAlexis2112009-11-1016-34/+614
* Switching to text mode now really switches to text mode.Alexis2112009-11-085-19/+21
* Worked on graphics mode selection, in prevision for having VESA grpahicsAlexis2112009-11-086-70/+121
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-087-49/+82
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-0814-26/+346
* Introduced PaperWork : our init/login manager.Alexis2112009-11-0811-145/+204
* Some changes...Alexis2112009-10-262-7/+7
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-264-6/+7
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-244-7/+78
* More work on userland syscalls : Files are implemented.Alexis2112009-10-2419-136/+172
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-234-5/+45
* Some changes, and implemented rm in userland shell.Alexis2112009-10-236-8/+24
* More work on syscalls and shellAlexis2112009-10-2310-4/+65
* More work on syscalls and shellAlexis2112009-10-2317-24/+127
* Merge branch 'master' into usermgmtAlexis2112009-10-234-4/+10
|\
| * Fixed a bug with paging/tasking.Alexis2112009-10-234-4/+10
* | Nothing reallAlexis2112009-10-232-1/+4
* | Started working on user managmentAlexis2112009-10-2110-2/+235
|/
* More workAlexis2112009-10-217-24/+40
* Started working on a userland shellAlexis2112009-10-204-2/+51
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-207-3/+39
* We now have call tables for ressources.Alexis2112009-10-2010-87/+107
* More work on syscallsAlexis2112009-10-187-1/+44
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-1811-24/+24
* Heap included as well in userland libraryAlexis2112009-10-1812-405/+18
* More work on syscallsAlexis2112009-10-185-9/+58
* Syscall interface starts being implemented !Alexis2112009-10-189-9/+230
* Re-organized everythingAlexis2112009-10-1854-1359/+50
* We can now load ELF binaries !!!Alexis2112009-10-185-1/+128
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-1812-24/+130
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-1714-33/+47
* nothingAlexis2112009-10-171-1/+2
* User mode code can now run !Alexis2112009-10-1711-10/+162
* Each thread now has a kernel stack and an user stackAlexis2112009-10-176-23/+36
* Merge branch 'heap_class'Alexis2112009-10-176-20/+25
|\
| * Each Process now has a user heap.Alexis2112009-10-176-20/+25
* | Merge branch 'heap_class'Alexis2112009-10-1612-47/+96
|\|
| * We now use a temporary stack in task management for :Alexis2112009-10-168-26/+44
| * Process now uses a linked list for associated file descriptors.Alexis2112009-10-133-13/+8
| * Heap class now uses a MutexAlexis2112009-10-134-9/+45
* | Merge branch 'heap_class'Alexis2112009-10-139-247/+332
|\|