Merge pull request #127 from bsek/build_fix | Kalamatee | 2020-08-07T10:44:36Z

Merge pull request #127 from bsek/build_fix

Updated catalog references

Updated catalog references | bsek | 2020-07-23T06:21:37Z

Updated catalog references

Merge pull request #125 from bsek/wanderer_move | Kalamatee | 2020-07-20T11:42:58Z

Merge pull request #125 from bsek/wanderer_move

Re-implemented FS handling in Wanderer

Merge pull request #126 from deadw00d/fixes | Kalamatee | 2020-07-20T11:40:08Z

Merge pull request #126 from deadw00d/fixes

Fixes

Corrected wrong define for checking protection bits | bsek | 2020-07-20T10:50:50Z

Corrected wrong define for checking protection bits

Align stack to 16 bytes before jumping to C code | | 2020-07-16T17:36:24Z

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 | | 2020-07-16T17:36:24Z

Use constant instead of literal

Tabs->spaces + align comments | | 2020-07-16T17:36:23Z

Tabs->spaces + align comments

Re-implemented FS handling in Wanderer | bsek | 2020-07-15T07:45:23Z

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 | Kalamatee | 2020-06-25T18:30:42Z

disable pit_start here

part revert last commit - pit_wait should have still been used. | Kalamatee | 2020-06-25T18:12:54Z

part revert last commit - pit_wait should have still been used.

use consistent naming with other internal kernel functions. | Kalamatee | 2020-06-25T18:08:45Z

use consistent naming with other internal kernel functions.

silence debug | Kalamatee | 2020-06-25T16:40:34Z

silence debug

store the unit handle in kernelbase | Kalamatee | 2020-06-25T16:39:59Z

store the unit handle in kernelbase

s/TimeSource/ClockSource | Kalamatee | 2020-06-25T15:39:37Z

s/TimeSource/ClockSource

start returning additional attributes about the timesource | Kalamatee | 2020-06-25T14:31:19Z

start returning additional attributes about the timesource

wip changes. start cleaning up the timesource api calls. adjust the h… | Kalamatee | 2020-06-25T13:46:53Z

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 | Kalamatee | 2020-06-25T12:44:20Z

fix display when multiple processors are detected

build hpet.resource using the generic timesource.resource header defi… | Kalamatee | 2020-06-25T02:01:02Z

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. | Kalamatee | 2020-06-25T02:00:04Z

use the public timesource headers to access the hpet resource.