maxdev1 / ghost

Ghost, a micro-kernel based hobby operating system.
http://ghostkernel.org/
GNU General Public License v3.0
559 stars 57 forks source link

Improved kernel loader's end #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

CLI and HLT is put in kernel loader rather than HLT in loop in bootloader.

rzhikharevich commented 8 years ago

AFAIK, idle is not for completely hanging the CPU.

ghost commented 8 years ago

I removed cli from idle process. Only thing that need to be changed is kernel loader end.

maxdev1 commented 8 years ago

Hey @lukaandjelkovic, thanks for the improvement, I'm adding your changes to my local work-in-progress revision!