Completed Part2: 04_scroll.
This commit is contained in:
parent
3b20167253
commit
3f301cc005
BIN
Part2/.DS_Store
vendored
BIN
Part2/.DS_Store
vendored
Binary file not shown.
@ -10,6 +10,7 @@ void _start() {
|
|||||||
char str[255];
|
char str[255];
|
||||||
int_to_ascii(i, str);
|
int_to_ascii(i, str);
|
||||||
kprint_at(str, 0, i);
|
kprint_at(str, 0, i);
|
||||||
|
/* Inserted Code */
|
||||||
for( int j = 0; j < 100000000; ++j) {
|
for( int j = 0; j < 100000000; ++j) {
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
BIN
Part2/Images/04_scroll Output.jpg
Normal file
BIN
Part2/Images/04_scroll Output.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Reference in New Issue
Block a user