-
Notifications
You must be signed in to change notification settings - Fork 4
Error Codes
Techflash edited this page Apr 4, 2022
·
7 revisions
Boot errors are portrayed by the "Booting..." message.
Below are a list of the error codes and what they mean.
Code | Description |
---|---|
Hang after 'Booting.' | The OS is having problems somewhere during the process of loading more data from the disk and jumping to 32-bit mode. |
Hang after 'Booting..' | The OS is having problems somewhere in between jumping to 32-bit mode and loading the kernel. More than likely, your CPU is not 64-bit, as it jumps to 64-bit mode here. |
Hang after 'Booting...' | This is expected (for now), this means that the kernel has loaded , and the CPU has made the jump to the C++ code. |
'ERR1' | Your CPU is not even 32-bit (Why are you even running this on a 16-bit PC?) |
'ERR2' | Your CPU is not 64-bit (Sorry, 32-bit support will be coming soon!) |