Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

if ( kopen ( #c / cons , OREAD ) 6 = 0 ) fprint ( 2 , failed to make fd 0

if (kopen ("#c/cons", OREAD)6=0)
fprint (2, "failed to make fd0 from #c/cons: %r
");
kopen ("#c/cons", OWRITE);
kopen ("#c/cons", OWRITE);
In this inferno file, is it possible that we could fail to open all three initial file descriptors in emuinit ()but not print the error message? How?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

1st Edition

1597496251, 978-1597496254

Students also viewed these Databases questions