Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 4 | -79/+106 | |
| | | | | | | 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 | 12 | -148/+52 | |
| | ||||||
* | 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 | 16 | -34/+614 | |
| | ||||||
* | 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 | 6 | -70/+121 | |
| | ||||||
* | 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 | 14 | -26/+346 | |
| | ||||||
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 11 | -145/+204 | |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | |||||
* | Some changes... | Alexis211 | 2009-10-26 | 2 | -7/+7 | |
| | ||||||
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 4 | -6/+7 | |
| | ||||||
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 4 | -7/+78 | |
| | ||||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 19 | -136/+172 | |
| | | | | TextFile now is a common (= kernel and userland) library. | |||||
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 4 | -5/+45 | |
| | ||||||
* | Some changes, and implemented rm in userland shell. | Alexis211 | 2009-10-23 | 6 | -8/+24 | |
| | ||||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 10 | -4/+65 | |
| | ||||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 17 | -24/+127 | |
| | ||||||
* | Merge branch 'master' into usermgmt | Alexis211 | 2009-10-23 | 4 | -4/+10 | |
|\ | ||||||
| * | Fixed a bug with paging/tasking. | Alexis211 | 2009-10-23 | 4 | -4/+10 | |
| | | ||||||
* | | Nothing reall | Alexis211 | 2009-10-23 | 2 | -1/+4 | |
| | | ||||||
* | | Started working on user managment | Alexis211 | 2009-10-21 | 10 | -2/+235 | |
|/ | ||||||
* | More work | Alexis211 | 2009-10-21 | 7 | -24/+40 | |
| | ||||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 4 | -2/+51 | |
| | | | | This means I'll have to do syscalls for everything I need. | |||||
* | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 7 | -3/+39 | |
| | ||||||
* | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 10 | -87/+107 | |
| | | | | instead of adding calls to ressource in the constructor. | |||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 7 | -1/+44 | |
| | ||||||
* | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 11 | -24/+24 | |
| | | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory. | |||||
* | Heap included as well in userland library | Alexis211 | 2009-10-18 | 12 | -405/+18 | |
| | ||||||
* | More work on syscalls | Alexis211 | 2009-10-18 | 5 | -9/+58 | |
| | ||||||
* | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 9 | -9/+230 | |
| | ||||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 54 | -1359/+50 | |
| | ||||||
* | We can now load ELF binaries !!! | Alexis211 | 2009-10-18 | 5 | -1/+128 | |
| | ||||||
* | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 12 | -24/+130 | |
| | ||||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 14 | -33/+47 | |
| | | | | The format is very simple, but an ELF loader is planned. | |||||
* | nothing | Alexis211 | 2009-10-17 | 1 | -1/+2 | |
| | ||||||
* | User mode code can now run ! | Alexis211 | 2009-10-17 | 11 | -10/+162 | |
| | | | | | | We have a sample process (hardcoded in ASM in Task.wtf.asm) that displays a's and sleeps 20ms, but it's on a hidden virtual terminal so it's useless :D | |||||
* | Each thread now has a kernel stack and an user stack | Alexis211 | 2009-10-17 | 6 | -23/+36 | |
| | ||||||
* | Merge branch 'heap_class' | Alexis211 | 2009-10-17 | 6 | -20/+25 | |
|\ | | | | | | | | | Conflicts: Source/Kernel/Melon.ke | |||||
| * | Each Process now has a user heap. | Alexis211 | 2009-10-17 | 6 | -20/+25 | |
| | | | | | | | | It will be used for transferring data from kernel to userland. | |||||
* | | Merge branch 'heap_class' | Alexis211 | 2009-10-16 | 12 | -47/+96 | |
|\| | | | | | | | | | Conflicts: Source/Kernel/Melon.ke | |||||
| * | We now use a temporary stack in task management for : | Alexis211 | 2009-10-16 | 8 | -26/+44 | |
| | | | | | | | | | | - deleting current thread whe it finishes - doing everything that goes with that | |||||
| * | Process now uses a linked list for associated file descriptors. | Alexis211 | 2009-10-13 | 3 | -13/+8 | |
| | | ||||||
| * | Heap class now uses a Mutex | Alexis211 | 2009-10-13 | 4 | -9/+45 | |
| | | ||||||
* | | Merge branch 'heap_class' | Alexis211 | 2009-10-13 | 9 | -247/+332 | |
|\| | | | | | | | | | Conflicts: Source/Kernel/Melon.ke | |||||
| * | Heap is now in a separate class, Heap. | Alexis211 | 2009-10-13 | 9 | -247/+332 | |
| | |