| Commit message (Expand) | Author | Age | Files | Lines |
* | rot13, demo app for StreamApp, is working :) | Alexis211 | 2009-12-20 | 12 | -13/+1434 |
* | [not tested] Introduced StreamApp.class | Alexis211 | 2009-12-20 | 9 | -1325/+79 |
* | Added file streams and string streams | Alexis211 | 2009-12-20 | 16 | -498/+625 |
* | Worked on IStream. Seems to work | Alexis211 | 2009-12-20 | 11 | -16/+1526 |
* | [not really working] Started work on OStream | Alexis211 | 2009-12-20 | 11 | -25/+129 |
* | Minor changes | Alexis211 | 2009-12-19 | 2 | -4/+7 |
* | Nothing, really | Alexis211 | 2009-12-19 | 2 | -2/+19 |
* | Nothing, really | Alexis211 | 2009-12-18 | 1 | -1/+1 |
* | Added some option handling featurs to the default ShellApp class | Alexis211 | 2009-12-17 | 15 | -30/+197 |
* | New model, object-oriented, for applications | Alexis211 | 2009-12-16 | 13 | -86/+160 |
* | Nothing, really | Alexis211 | 2009-12-16 | 1 | -1/+2 |
* | Corrections | Alexis211 | 2009-12-09 | 4 | -23/+23 |
* | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 4 | -0/+8 |
|\ |
|
| * | Some changes | Alexis211 | 2009-12-09 | 4 | -0/+8 |
* | | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 11 | -92/+120 |
|\| |
|
| * | Change on memory handling, and .iface.h files documented. | Alexis211 | 2009-12-09 | 11 | -92/+120 |
* | | make qemu-hdd now works great | Alexis211 | 2009-11-29 | 10 | -16/+51 |
* | | Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpoints | Alexis211 | 2009-11-29 | 1 | -0/+2 |
|\ \ |
|
| * \ | Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpoints | Alexis211 | 2009-11-29 | 45 | -129/+1064 |
| |\ \
| | |/
| |/| |
|
| * | | Minor edit | Alexis211 | 2009-11-29 | 1 | -0/+2 |
| * | | Game Of Life simulator fixed | Alexis211 | 2009-11-15 | 2 | -15/+18 |
* | | | Reading from HDD is now possible ! | Alexis211 | 2009-11-29 | 11 | -8/+244 |
| |/
|/| |
|
* | | Fixed some stuff | Alexis211 | 2009-11-28 | 4 | -15/+15 |
* | | Caching mechanism added and floppy driver fixed on qemu/vbox | Alexis211 | 2009-11-28 | 11 | -27/+157 |
* | | Some bugfixes | Alexis211 | 2009-11-27 | 6 | -10/+16 |
* | | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 15 | -83/+150 |
* | | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 11 | -20/+113 |
* | | Fixed FATFS::read | Alexis211 | 2009-11-25 | 7 | -19/+53 |
* | | Reading from floppys supposedly fixed in qemu | Alexis211 | 2009-11-24 | 6 | -15/+29 |
* | | Multiple things : | Alexis211 | 2009-11-24 | 5 | -35/+98 |
* | | Screwy implementation of FATFS::read | Alexis211 | 2009-11-15 | 2 | -3/+27 |
* | | Reading from the FAT12-formatted floppy works \o | Alexis211 | 2009-11-15 | 10 | -18/+392 |
* | | Mount points seem to work, mostly owing to dark magic. | Alexis211 | 2009-11-15 | 11 | -30/+163 |
|/ |
|
* | LM | Alexis211 | 2009-11-15 | 5 | -14/+32 |
* | Changed the way keyboard handling works, fixing a bug. | Alexis211 | 2009-11-14 | 6 | -22/+31 |
* | Added screenshots and a grub entry for the GOL simulator. | Alexis211 | 2009-11-14 | 4 | -14/+11 |
* | Changed some things in the way init is handled. | Alexis211 | 2009-11-14 | 5 | -89/+120 |
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 24 | -102/+273 |
* | 8bpp modes now supported :) | Alexis211 | 2009-11-11 | 5 | -6/+87 |
* | 15bpp and 16bpp modes are now supported correctly | Alexis211 | 2009-11-11 | 6 | -31/+77 |
* | Modified the way of calling V86 procedures, and calling BIOS ints | Alexis211 | 2009-11-11 | 14 | -143/+176 |
* | More work | Alexis211 | 2009-11-11 | 5 | -23/+103 |
* | VESA works ! | Alexis211 | 2009-11-11 | 11 | -94/+92 |
* | Started working on some 2D gra | Alexis211 | 2009-11-10 | 21 | -34/+915 |
* | Switching to text mode now really switches to text mode. | Alexis211 | 2009-11-08 | 5 | -19/+21 |
* | Worked on graphics mode selection, in prevision for having VESA grpahics | Alexis211 | 2009-11-08 | 7 | -72/+123 |
* | Nothing, really : put some utility functions in V86.ns | Alexis211 | 2009-11-08 | 7 | -49/+82 |
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 17 | -27/+353 |
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 20 | -155/+309 |
* | Arranged some paperwork | Alexis211 | 2009-10-29 | 1 | -2/+3 |