summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into mountpointsAlexis2112009-12-0911-92/+120
|\|
| * Change on memory handling, and .iface.h files documented.Alexis2112009-12-0911-92/+120
* | Merge branch 'master' into mountpointsAlexis2112009-12-061-1/+2
|\|
| * Edited makefileAlexis2112009-12-061-1/+2
* | make qemu-hdd now works greatAlexis2112009-11-2916-30/+78
* | Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpointsAlexis2112009-11-291-0/+2
|\ \
| * \ Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpointsAlexis2112009-11-2959-160/+1198
| |\ \ | | |/ | |/|
| * | Minor editAlexis2112009-11-291-0/+2
| * | Game Of Life simulator fixedAlexis2112009-11-152-15/+18
* | | Reading from HDD is now possible !Alexis2112009-11-2911-8/+244
| |/ |/|
* | Fixed some stuffAlexis2112009-11-284-15/+15
* | Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-2811-27/+157
* | Some bugfixesAlexis2112009-11-277-11/+17
* | Added some screenshots, re-organized some stuff.Alexis2112009-11-2721-84/+151
* | Re-organized file system stuff.Alexis2112009-11-2518-60/+245
* | Fixed FATFS::readAlexis2112009-11-259-19/+54
* | Reading from floppys supposedly fixed in qemuAlexis2112009-11-246-15/+29
* | Multiple things :Alexis2112009-11-245-35/+98
* | Screwy implementation of FATFS::readAlexis2112009-11-154-3/+37
* | Reading from the FAT12-formatted floppy works \oAlexis2112009-11-1510-18/+392
* | Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-1511-30/+163
|/
* LMAlexis2112009-11-157-18/+47
* 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-148-14/+18
* Changed some things in the way init is handled.Alexis2112009-11-146-89/+130
* Added a game of life simulator demoAlexis2112009-11-1325-105/+277
* 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
* Added three screenshotsAlexis2112009-11-113-0/+0
* More workAlexis2112009-11-115-23/+103
* VESA works !Alexis2112009-11-1113-300/+92
* Started working on some 2D graAlexis2112009-11-1029-35/+1121
* 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-087-72/+123
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-087-49/+82
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-0817-27/+353
* Introduced PaperWork : our init/login manager.Alexis2112009-11-0821-159/+314
* Arranged some paperworkAlexis2112009-10-293-2/+9
* Some changes...Alexis2112009-10-268-16/+18
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-267-12/+14
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-2410-11/+145
* More work on userland syscalls : Files are implemented.Alexis2112009-10-2440-155/+422
* Added some stuff to the README, and made GRUB's menu.cfg auto-updating.Alexis2112009-10-233-0/+21
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-2312-9/+80
* Some changes, and implemented rm in userland shell.Alexis2112009-10-2315-25/+87
* More work on syscalls and shellAlexis2112009-10-2317-10/+181
* More work on syscalls and shellAlexis2112009-10-2332-27/+252
* Merge branch 'master' into usermgmtAlexis2112009-10-234-4/+10
|\
| * Fixed a bug with paging/tasking.Alexis2112009-10-234-4/+10