2010-07-13 |
John Hodge | Increased user stack size, fiddling with error recovery |
commit | commitdiff | tree | snapshot |
2010-07-05 |
John Hodge | Fiddling with multiboot modules (and some bug searching... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Cleaning up a little, and possibly a speed increase |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Commenting is nice (also disabled debug in FDD driver) |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Fixing handling of Multiboot modules |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Enabled heaps of debug in ATA driver to try and solve... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Fiddling with VESA cursor, cleaning up VESA and VTerm |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Disabled KPanic mode switch, cleanup in 64-bit PMM |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Added current time syscall, commented some others |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Fiddling with default config |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Forgot common.h for NTFS |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Fixed potential coherency bug in timer code |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Working on NTFS driver more (currently debug only,... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Added a check to the FDD driver to disable it at runtime |
commit | commitdiff | tree | snapshot |
2010-07-04 |
John Hodge | Attempt to fix multiboot module support |
commit | commitdiff | tree | snapshot |
2010-07-02 |
John Hodge | committing partial fixup to ATA code |
commit | commitdiff | tree | snapshot |
2010-07-02 |
John Hodge | Bugfix to debug code (fixing usage of va_args) |
commit | commitdiff | tree | snapshot |
2010-06-27 |
John Hodge | VESA cursor now works, TODO: Allow setting of colour |
commit | commitdiff | tree | snapshot |
2010-06-27 |
John Hodge | Cleaning up timer code, implementing cursor in vesa |
commit | commitdiff | tree | snapshot |
2010-06-22 |
John Hodge | Trying to fix the string corruption bug, working on... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
John Hodge | Working on a NTFS implementation (it's only going to... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
John Hodge | Division bug hidden, now only shows when 64-bit divisio... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
John Hodge | Misc debug to fix a printf bug, traced the bug to 64... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
John Hodge | Fixing a kernel #PF caused by an unitialised VFS method |
commit | commitdiff | tree | snapshot |
2010-06-20 |
John Hodge | Removed debug statement, not needed anymore |
commit | commitdiff | tree | snapshot |
2010-06-20 |
John Hodge | Fixing behavior of Threads_CloneTCB |
commit | commitdiff | tree | snapshot |
2010-06-19 |
John Hodge | Cleaning up and attempting to fix these darn heisenbugs |
commit | commitdiff | tree | snapshot |
2010-06-19 |
John Hodge | Fixed some edge cases in heap where the spinlock was... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
John Hodge | Slight changes to PCI driver to clean up code |
commit | commitdiff | tree | snapshot |
2010-06-19 |
John Hodge | Reworked part of the PCI driver to better allow PCI... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
John Hodge | Fixed #PF in Memory Manager (mm_virt.h was using KERNEL... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
John Hodge | Fixed the EnvP array passed to Proc_StartUser not being... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
John Hodge | Removed debug in module loader, shortened the length... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
John Hodge | no more debug plz |
commit | commitdiff | tree | snapshot |
2010-06-18 |
John Hodge | VESA scrolling bug fixed (caused by the removal of... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
John Hodge | It's been too long since I committed |
commit | commitdiff | tree | snapshot |
2010-06-03 |
John Hodge | Bugfixing |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | More 32-bit int fixes |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Darn defaulting to 32-bit integers :( |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Speedups to physical memory allocation, fixed a stupid... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | New kernel stack, fixing pmem alloc bug, updated to... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Yay! TSS issues fixed, now to work on the VMM |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Fixed GCC using sse instructions, fixing TSS support... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Disabled debug in PMM, and fixed error in #UD reporting |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Fixed heap bug |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Fixed bug with physical memory allocation, update MM_Al... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
John Hodge | Added page table dump and using INVPLG |
commit | commitdiff | tree | snapshot |
2010-05-30 |
John Hodge | Cleaning up and adding page fault handler |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Updated mm_phys to use Debug statements instead of... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Changed build system to not require calc |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Fixed typo, cleaned up stuff |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Fun bugs are fun, fixed MM_AllocPhysRange, now for... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Physical page counts are now filled |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Chicken and egg problem, solved |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Now with less fail |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Bitmap filling done |
commit | commitdiff | tree | snapshot |
2010-05-29 |
John Hodge | Nearly completed physical init |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John Hodge | Untested work on physical mm setup |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John Hodge | Fixes to 64-bit port, now working on physical memory... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John Hodge | More work on error and interrupt handling (almost got... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | More work on x86_64 build, error handling and IDT |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | Working on 64-bit IDT |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | x86_64 starts without erroring, reaches high mem and... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | x86_64 now compiles and builds :) :) |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | VM8086 stub for x86_64 build |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | Bugfixing |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John Hodge | Work on ext2 |
commit | commitdiff | tree | snapshot |
2010-05-24 |
John Hodge | More work on Ext2 write (and fixed an error made earlier) |
commit | commitdiff | tree | snapshot |
2010-05-24 |
John Hodge | Working on UDI support |
commit | commitdiff | tree | snapshot |
2010-05-24 |
John Hodge | slight change to memory map |
commit | commitdiff | tree | snapshot |
2010-05-24 |
John Hodge | Update to tVFS_Node to support hard links |
commit | commitdiff | tree | snapshot |
2010-05-17 |
John Hodge | Working on mem management |
commit | commitdiff | tree | snapshot |
2010-05-16 |
John Hodge | Added architectue documentation |
commit | commitdiff | tree | snapshot |
2010-05-15 |
John Hodge | Slight memory organisation changes |
commit | commitdiff | tree | snapshot |
2010-05-15 |
John Hodge | Updates to CPU Determining and initialising fractal... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
John Hodge | More work on x86_64 port, near compiling now |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John Hodge | More memory management functions implemented, other... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John Hodge | Speedup fix to PUSH_GPR and POP_GPR |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John Hodge | Fixed bugs caused by the segregation of timer code. |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John Hodge | More work on x86_64 port, also cleaned up a little... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John Hodge | Working on separating architecture dependent and indepe... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
John Hodge | Removed the need for xRM and xRMDIR (also finished... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
John Hodge | x86_64 support, requiring a slight refactor to the... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
John Hodge | Merge branch 'master' of serenade.mutabah.net:acess2 |
commit | commitdiff | tree | snapshot |
2010-05-11 |
John Hodge | Cleaned up thread code, changed default compiler name... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
John Hodge | Merge branch 'master' of [email protected]:acess2 |
commit | commitdiff | tree | snapshot |
2010-05-11 |
John Hodge | Correctness in ATA driver |
commit | commitdiff | tree | snapshot |
2010-05-11 |
John Hodge | Adding start of x86_64 port |
commit | commitdiff | tree | snapshot |
2010-05-03 |
John Hodge | Bugfixes to usermode 64-bit division, more work on... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
John Hodge | Work on WM's sizing code, not quite complete yet |
commit | commitdiff | tree | snapshot |
2010-05-01 |
John Hodge | Fixed InitRD |
commit | commitdiff | tree | snapshot |
2010-05-01 |
John Hodge | More work on axwin, and slight changes in othe places |
commit | commitdiff | tree | snapshot |
2010-05-01 |
John Hodge | Improved user error handling, now a user DIV0 doesn... |
commit | commitdiff | tree | snapshot |
2010-05-01 |
John Hodge | Removed debug |
commit | commitdiff | tree | snapshot |
2010-05-01 |
John Hodge | Fixes to VTerm to make vterms with resolutions lower... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John Hodge | Added strings header that was deleted in last commit... |
commit | commitdiff | tree | snapshot |
2010-04-30 |
John Hodge | Many changes, bugfixes to user vsnprintf and to escape... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
John Hodge | Added calloc to libc |
commit | commitdiff | tree | snapshot |
2010-04-26 |
John Hodge | More work on the GUI. Still useless tho |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Fixing documentation for 2D operations |
commit | commitdiff | tree | snapshot |
next |