Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about xv6

Read more about xv6

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - xv6

Creating own moveto() function in C for use in 0x13 VGA mode xv6

I need to draw a square using 4 system call methods that I create personally. I cannot use things like graphics.h The functions I'm required to make are as follows (not including params): int sys_move...
test-img

Alexander Griffin

c

assembly

protected

xv6

vga

Votes: 0

Answers: 1

Latest Answer

The sys_moveto(newX, newY, color) would just do a line from the previous position (in global variables like posX and posY) to the new position, then set the new position (in the global variables, like...
test-img

Brendan

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved