Talk:Limine Bare Bones

From OSDev Wiki
Jump to navigation Jump to search

Hi User:Pitust any reason for switching the printf from hex to octal? Its a 3 so I get that it doesn't really matter but octal is less commonly used. https://wiki.osdev.org/index.php?title=Limine_Bare_Bones&type=revision&diff=29164&oldid=29123 You said "Fix printf escape code for portability", is octal more portable in some way?

I believe this is to improve portability. Hexadecimal is not supported everywhere. Apparently Debian's dash doesn't support it. --Lukflug (talk) 15:04, 29 June 2024 (UTC)