Re: [coreboot] Coreboot and INT13H

2017-07-22 Thread ron minnich
On Sat, Jul 22, 2017 at 9:01 AM ingegneriafore...@alice.it < ingegneriafore...@alice.it> wrote: > \ > However this allow me to do the following question: in which a way should > be done the service "Eject Media" that corresponds to INT 13H, AH=46H ? It > seems to me that this service is executed,

Re: [coreboot] Coreboot and INT13H

2017-07-19 Thread ron minnich
to expand on patrick's comment, any sort of output in the boot stage of coreboot significantly slows boot time. This is not a problem on most firmware, but on coreboot it's a big issue. Even the addition of 100 milliseconds is a real detriment to boot time. -- coreboot mailing list:

Re: [coreboot] Coreboot and INT13H

2017-07-19 Thread Patrick Georgi via coreboot
2017-07-19 23:24 GMT+02:00 ingegneriafore...@alice.it < ingegneriafore...@alice.it>: > 1- where (the name of the file) the INT 13H is implemented in the coreboot > source code ? > It's not. coreboot doesn't provide BIOS services. For those, see seabios ( www.seabios.org) > 2- if the INT 13H