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 |
2010-04-24 |
John Hodge | Removed debug statements that happened during VESA... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Added basic 2D video accelleration |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Darn stupid bugs |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Big rewrite of AxWin to get it to compile and run |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Fixed SYS_SEEK not working due to 64-bit offset |
commit | commitdiff | tree | snapshot |
2010-04-24 |
thePowersGang | Strike that, I like zlib better :D |
commit | commitdiff | tree | snapshot |
2010-04-24 |
thePowersGang | added licence, 3-clause BSD |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Updates to VTerm to correctly handle framebuffer modes |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Fixed the EFLAGS contents to actually enable IF |
commit | commitdiff | tree | snapshot |
2010-04-24 |
John Hodge | Fixed MM_UnmapHWPages overwriting the wrong area |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John Hodge | Halfway through deciding where to put the error handler... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John Hodge | Fixes to error handling and User text mappings |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John Hodge | Fixes to VM8086 handler to remove operand size errors. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
John Hodge | Altered debug print function to use vsnprintf and to... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
John Hodge | Fixed VESA scrolling bug |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Removed debug from VTerm |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Fixes to Vesa video driver and VTerm's mode setting |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Fixed case where the screen was cleared during a panic |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Made the KPanic routine switch back to 0xB8000 text... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Fixed VESA using LogF when not needed, changed VTerm... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Added kernel panic routines to output to the screen... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Fixed login text-entry bug, fixes to KMS (graphics... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
John Hodge | Random fixes, disabled debug in vterm, random crash... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
John Hodge | TCP Server now seems to work, started fixing client... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
John Hodge | Makefile cleanup, documentation |
commit | commitdiff | tree | snapshot |
2010-04-15 |
John Hodge | Added test server to git tree |
commit | commitdiff | tree | snapshot |
2010-04-15 |
John Hodge | Added SYS_OPENCHILD system call |
commit | commitdiff | tree | snapshot |
2010-04-15 |
John Hodge | Added the ADT library (not really abstract, but it... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
John Hodge | More fixing work on TCP, now correctly accepts packets, |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John Hodge | Renamed libc filename, disabled debug and reenabled... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John Hodge | Added debug to FAT driver, trying to fix a Real HW bug |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John Hodge | Fixed cursor code, added pointer to current VT |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John Hodge | Fixed logging to support 8-charater identifiers |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John Hodge | Fixing API documentation, added Disk cache spec |
commit | commitdiff | tree | snapshot |
2010-04-14 |
John Hodge | Possible fix to TCP Acknowlegement Numbers |
commit | commitdiff | tree | snapshot |
2010-04-13 |
John Hodge | Merge branch 'master' of git://git.ucc.asn.au/acess2 |
commit | commitdiff | tree | snapshot |
2010-04-13 |
John Hodge | misc |
commit | commitdiff | tree | snapshot |
2010-04-11 |
John Hodge | Disabled ATA debug, turned FAT Debug on, misc in IPStac... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
John Hodge | Updated FAT filesystem driver to not cache the FAT... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
John Hodge | Fixed bug in keyboard driver on real hardware (aux... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
John Hodge | Fixes for running on an InitRD, moved kernel echo switc... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
John Hodge | Fixed some bugs in ARP and TCP Code |
commit | commitdiff | tree | snapshot |
2010-04-10 |
John Hodge | Fixed a bug in the heap manager where if an exact match... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John Hodge | Cleaning up more Log( calls with Log_*( |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John Hodge | Fixed VM8086/Vesa memory allocation bug |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John Hodge | Many changes, Mostly working on improving the BootConf... |
commit | commitdiff | tree | snapshot |
2010-04-06 |
John Hodge | Improved padding code in Debug_Fmt |
commit | commitdiff | tree | snapshot |
2010-04-02 |
John Hodge | Fixed keyboard bug where keypresses were not being... |
commit | commitdiff | tree | snapshot |
2010-04-02 |
John Hodge | Fixes to x86 error and interrupt handling |
commit | commitdiff | tree | snapshot |
2010-04-02 |
John Hodge | Updated gitignore rules |
commit | commitdiff | tree | snapshot |
2010-04-02 |
John Hodge | VM8086 Support, Starting on VESA Driver |
commit | commitdiff | tree | snapshot |
2010-04-01 |
John Hodge | Misc Changes |
commit | commitdiff | tree | snapshot |
2010-03-29 |
John Hodge | Disable debug in FAT |
commit | commitdiff | tree | snapshot |
2010-03-29 |
John Hodge | Added mboot2 header |
commit | commitdiff | tree | snapshot |
2010-03-29 |
John Hodge | Bugfixing FAT Driver, Addint Multiboot2 Support |
commit | commitdiff | tree | snapshot |
2010-03-28 |
John Hodge | More work on the FAT driver, more messy, but more complete |
commit | commitdiff | tree | snapshot |
2010-03-28 |
John Hodge | Working on cleaning up the FAT driver, but atm it's... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John Hodge | Cleanups in FAT driver |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John Hodge | Updating drivers to use the Log_ functions instead... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John Hodge | Fixed logging print not working, cleaned up debug |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John Hodge | Fixed lack of error handling in FDD driver, also abstra... |
commit | commitdiff | tree | snapshot |
2010-03-27 |
John Hodge | Cleanup Commit |
commit | commitdiff | tree | snapshot |
2010-03-21 |
John Hodge | Misc Changes, Added Logging Subsystem, Fixes to InitRD... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
John Hodge | Bugfixing initrd and ld-acess |
commit | commitdiff | tree | snapshot |
2010-03-17 |
John Hodge | Multiple fixes |
commit | commitdiff | tree | snapshot |
2010-03-17 |
John Hodge | Various changes, most of them involving the FAT and... |
commit | commitdiff | tree | snapshot |
2010-03-16 |
John Hodge | Added file extending to Ext2 Driver, also cleaned up... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
John Hodge | Moar cleanupe |
commit | commitdiff | tree | snapshot |
2010-03-15 |
John Hodge | Removed FDD_AcquireSpinlock and FDD_FreeSpinlock, repla... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
John Hodge | Cleaning up FDD driver, removed local cache in favour... |
commit | commitdiff | tree | snapshot |
2010-03-15 |
John Hodge | Misc changes |
commit | commitdiff | tree | snapshot |
next |