Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some option handling featurs to the default ShellApp class | Alexis211 | 2009-12-17 | 16 | -31/+198 |
| | |||||
* | New model, object-oriented, for applications | Alexis211 | 2009-12-16 | 14 | -93/+167 |
| | |||||
* | Nothing, really | Alexis211 | 2009-12-16 | 2 | -1/+2 |
| | |||||
* | Corrections | Alexis211 | 2009-12-09 | 4 | -23/+23 |
| | |||||
* | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 5 | -1/+9 |
|\ | | | | | | | | | Conflicts: Makefile | ||||
| * | Some changes | Alexis211 | 2009-12-09 | 5 | -2/+10 |
| | | |||||
* | | Minor edit | Alexis211 | 2009-12-09 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-06 | 1 | -1/+2 |
|\| | |||||
| * | Edited makefile | Alexis211 | 2009-12-06 | 1 | -1/+2 |
| | | |||||
* | | make qemu-hdd now works great | Alexis211 | 2009-11-29 | 16 | -30/+78 |
| | | |||||
* | | 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 | 59 | -160/+1198 |
| |\ \ | | |/ | |/| | |||||
| * | | 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 | 7 | -11/+17 |
| | | |||||
* | | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 21 | -84/+151 |
| | | |||||
* | | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 18 | -60/+245 |
| | | |||||
* | | Fixed FATFS::read | Alexis211 | 2009-11-25 | 9 | -19/+54 |
| | | | | | | | | | | | | | | - Also added a HDD image, will be used later - Also modified a bit the fdc driver - Also added a hexdump function to kernel shell for dumping file contents | ||||
* | | Reading from floppys supposedly fixed in qemu | Alexis211 | 2009-11-24 | 6 | -15/+29 |
| | | |||||
* | | Multiple things : | Alexis211 | 2009-11-24 | 5 | -35/+98 |
| | | | | | | | | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing | ||||
* | | Screwy implementation of FATFS::read | Alexis211 | 2009-11-15 | 4 | -3/+37 |
| | | |||||
* | | 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 | 7 | -18/+47 |
| | |||||
* | 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 | 8 | -14/+18 |
| | |||||
* | Changed some things in the way init is handled. | Alexis211 | 2009-11-14 | 6 | -89/+130 |
| | | | | | | Also : - Modified stuff in the GOL simulator - Added support for a kernel-built-in keymap | ||||
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 25 | -105/+277 |
| | |||||
* | 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 |
| | |||||
* | Added three screenshots | Alexis211 | 2009-11-11 | 3 | -0/+0 |
| | |||||
* | More work | Alexis211 | 2009-11-11 | 5 | -23/+103 |
| | |||||
* | VESA works ! | Alexis211 | 2009-11-11 | 13 | -300/+92 |
| | |||||
* | Started working on some 2D gra | Alexis211 | 2009-11-10 | 29 | -35/+1121 |
| | |||||
* | 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 | 21 | -159/+314 |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | ||||
* | Arranged some paperwork | Alexis211 | 2009-10-29 | 3 | -2/+9 |
| | |||||
* | Some changes... | Alexis211 | 2009-10-26 | 8 | -16/+18 |
| | |||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 7 | -12/+14 |
| | |||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 10 | -11/+145 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 40 | -155/+422 |
| | | | | TextFile now is a common (= kernel and userland) library. |