Merge pull request #127 from bsek/build_fix Updated catalog references
Updated catalog references
Merge pull request #125 from bsek/wanderer_move Re-implemented FS handling in Wanderer
Merge pull request #126 from deadw00d/fixes Fixes
Corrected wrong define for checking protection bits
Align stack to 16 bytes before jumping to C code ABI expects that stack is always aligned to 16 bytes after function prolog. This is generally an effect of push %rbp in the prolog. Since this is assembler code, this has to done manually.
Use constant instead of literal
Tabs->spaces + align comments
Re-implemented FS handling in Wanderer - Added support for moving files on same device (configurable via prefs) - Added support for handling files and .info files seperately - Split code between filesystems and filesystems_utilities
disable pit_start here
part revert last commit - pit_wait should have still been used.
use consistent naming with other internal kernel functions.
silence debug
store the unit handle in kernelbase
s/TimeSource/ClockSource
start returning additional attributes about the timesource
wip changes. start cleaning up the timesource api calls. adjust the hpet code to match, and add additional sanity checks in some calls. start adding code to allocate a timesource unit in the kernel.
fix display when multiple processors are detected
build hpet.resource using the generic timesource.resource header definitions, and override with suitable module specific settings.
use the public timesource headers to access the hpet resource.