Skip to content

It's a secret. Credits primarily to tutorial by Nick Blundell University of Birmingham.

Notifications You must be signed in to change notification settings

stevenpan91/ProjectHAR

Repository files navigation

ProjectHAR

It's a secret.

Noted issues:

Screen Driver

  1. Erratic behavior of video memory

a. print_char(char character, int col, int row, int attribute_byte) works

 print_char(char character, int col, int row, row attribute_byte) doesn't for whatever reason

b. Character pointers offset by +1 null character with each call

 Calling print_at(char* message, int col, int row) from kernel fills null char at message[0]
 
 Calling print(char* message) from kernel fills null char at message[0] and message[1]

Screen driver issues have been hacked around to work and therefore the driver is unstable. Further modification is required.

About

It's a secret. Credits primarily to tutorial by Nick Blundell University of Birmingham.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published