- Jul 27, 2011
-
-
John Hodge authored
-
- Jul 19, 2011
-
-
John Hodge authored
-
- Jul 18, 2011
-
-
John Hodge authored
-
John Hodge authored
- Turned reference count array into a page info array - Allocated when needed as opposed to at boot - TODO: Split it up into two arrays instead, to save space > Could also have a MM_AllocPhys variant that picks pages from allocated info blocks instead of just the first avaliable
-
John Hodge authored
-
John Hodge authored
- Restricted paths from symlinks to MAX_PATH_LEN characters (255 atm)
-
John Hodge authored
-
- Jul 17, 2011
-
-
John Hodge authored
-
John Hodge authored
-
- Jul 11, 2011
-
-
John Hodge authored
-
- Jul 06, 2011
-
-
John Hodge authored
-
John Hodge authored
- TODO: Implement the cursor (probably as a HW cursor in the video driver)
-
John Hodge authored
- Also slightly updated spec to confirm how Axis callbacks happen
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
- Part of some mods to get UDIref ported (not in git)
-
- Jul 05, 2011
-
-
John Hodge authored
- Code cleanup - Preparing for ^C/etc in VTerm - Better commenting
-
John Hodge authored
-
- Jul 03, 2011
-
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
- Jul 02, 2011
-
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
John Hodge authored
-
- Jun 29, 2011
-
-
John Hodge authored
-
- Jun 22, 2011
-
-
John Hodge authored
- Now can do stuff at the CLIShell prompt - Fixed some loading issues - Fixed debug in Kernel/VFS/io.c
-
- Jun 16, 2011
-
-
John Hodge authored
- Threads waiting on semaphores can now be woken by other threads - Changed ping to not base its timestamp on after the packet is sent > Fixes extra-long timeouts
-
John Hodge authored
- Added DWARF support to the linker script - Fixed 100% CPU usage due to not reading from terminal
-
John Hodge authored
- Changed Readline behavior to not print a newline when recieving one - Cleaning up and fixing display bugs - Implemented atexit() in libc
-
John Hodge authored
-
- Jun 12, 2011
-
-
John Hodge authored
- Changed page dump to be more readable - Fixed display issues in page dump - Fixed a broken CallWithArgArray implementation
-
John Hodge authored
-
- Jun 11, 2011
-
-
John Hodge authored
- Made Log_KernelPanic actually panic - Allowe BochsGA driver to supprt 0xB0C0 - x86_64 module configuration
-
John Hodge authored
-
John Hodge authored
- Page fault handler used a spinlock, needed interupts enabled - Added a check for HLT() IF=0 - Added a backtrace to kernel panic code - Random bugcatching in mm_phys
-