mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 21:48:35 +01:00
It will now load all settings in the kernel driver settings directory and pass them over to the kernel (unparsed). Additionally, it allows other parts of the boot loader to access driver_settings just like in the kernel. Moved the switch to the logo in the boot loader much further to the end of the boot loader's life cycle. This is done so that the boot loader can directly use the video mode as configured in Haiku, without a jumping logo. Since the delay will be noticeable on a real system, we might want to introduce a second different boot logo, though. We'll see. stdio.cpp now also exports errno (and _errnop). Might be changed to a different approach later as well (it's now done this way so that strtol.o can be taken over unchanged from libroot.so). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10634 a95241bf-73f2-0310-859d-f6bbb57e9c96