Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Meta: more screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmsr committed Feb 20, 2021
1 parent 1e3dd92 commit eeb0e18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ void kmain(struct stivale2_struct *info)

/* Random circles: */

/* VBE_display_circle(rand() % 100 + 200, rand() % 100 + 200, rand() % 50 + 100);
VBE_display_circle(rand() % 100 + 200, rand() % 100 + 200, rand() % 50 + 100);

VBE_display_circle(rand() % 100 + 200, rand() % 100 + 200, rand() % 50 + 100);

VBE_display_circle(rand() % 100 + 200, rand() % 100 + 200, rand() % 50 + 100);

VBE_display_circle(rand() % 100 + 200, rand() % 100 + 200, rand() % 50 + 100);
*/

/*VBE_draw_shape(RECTANGLE, 20, 20, 100, 500);*/

/*VBE_draw_shape(TRIANGLE, 150, 300, 200, 300);
Expand Down
Binary file added screenshots/panic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/random_circles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eeb0e18

Please sign in to comment.