Skip to content

Conversation

@fabianfreyer
Copy link
Contributor

bhyve doesn't seem to support the debugcon (outb 0xe9) port, so instead use COM1.

@fabianfreyer fabianfreyer added this to the v0.1 milestone Feb 22, 2018

.c.o:
$(CC) $(CCFLAGS) -c -o $@ $<
$(CC) -DOUTPUT=COM1 $(CCFLAGS) -c -o $@ $<
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COM1 should be ${OUTPUT} here

@fabianfreyer fabianfreyer force-pushed the tests/kernel-output-serial branch from 06cdb6d to bcea931 Compare February 22, 2018 21:14
@codecov
Copy link

codecov bot commented Feb 22, 2018

Codecov Report

Merging #27 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #27   +/-   ##
======================================
  Coverage    73.9%   73.9%           
======================================
  Files           4       4           
  Lines         617     617           
======================================
  Hits          456     456           
  Misses        161     161

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 66f44ea...89d5320. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant