HimbeerserverDE / loadnothing

Can I run boot code?
GNU General Public License v3.0
1 stars 1 forks source link

format_args! macro: offset outside of CS limits #8

Open HimbeerserverDE opened 2 years ago

HimbeerserverDE commented 2 years ago

Having format_args! anywhere in the stage2 code causes this error and stage2 is never run properly.

[CPU0  ] RET_Op32: offset outside of CS limits
HimbeerserverDE commented 1 year ago

Issue identified. Stage 2 can only run properly in long mode. This only introduces new problems: It's impossible to decrypt in real mode but we can't access the disk in long mode.