CFE debug settings

AmigaOne X1000 platform specific issues.
Raziel

Re: CFE debug settings

Post by Raziel »

gazelle wrote: How about All pages
Yes...yes, i can work with that :-)
Thanks
User avatar
ddni
Posts: 230
Joined: Fri Dec 02, 2011 11:06 pm

Re: CFE debug settings

Post by ddni »

I too had the os4commandline=DEBUGLEVEL=5 SERIAL and the newer command in my cfe.

What were the consequences of having this?
User avatar
broadblues
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 600
Joined: Sat Jun 18, 2011 3:40 am
Location: Portsmouth, UK
Contact:

Re: CFE debug settings

Post by broadblues »

ddni wrote:I too had the os4commandline=DEBUGLEVEL=5 SERIAL and the newer command in my cfe.

What were the consequences of having this?
os4commandline with no underscore wil simply be ignored

Code: Select all

os4_commandline=DEBUGLEVEL=5 SERIAL
With underscore will work but using debuglevel = 5 is not recomended for normal usage. Unless you are specifically asked too by a dev set it to just

Code: Select all

os4_commandline=SERIAL
Post Reply