BareMetal icon indicating copy to clipboard operation
BareMetal copied to clipboard

Overwriting kernel functions

Open IanSeyler opened this issue 7 years ago • 1 comments

The kernel still calls the built-in input/output functions if something (like Alloy) changes the kernel function table. The kernel should use the public function table and not internal addresses for the default functions.

IanSeyler avatar Nov 17 '17 04:11 IanSeyler

Could also use this change to implement system v calling conventions for functions in the public function table.

ghost avatar Nov 17 '17 15:11 ghost