Completed Part2: 04_scroll.

This commit is contained in:
Jonathan Turner 2023-09-15 09:50:00 -04:00
parent 3b20167253
commit 3f301cc005
3 changed files with 1 additions and 0 deletions

BIN
Part2/.DS_Store vendored

Binary file not shown.

View File

@ -10,6 +10,7 @@ void _start() {
char str[255];
int_to_ascii(i, str);
kprint_at(str, 0, i);
/* Inserted Code */
for( int j = 0; j < 100000000; ++j) {
;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB