Version 0.1

pull/24/head
E. Almqvist 3 years ago
parent c0e52de556
commit 8fa532ef32
  1. 2
      src/kernel/kernel.c

@ -3,5 +3,5 @@
void main() { void main() {
clear_screen(); clear_screen();
set_cursor_pos(28, 2); set_cursor_pos(28, 2);
print("eOS Version 0.0 2021", 0xf0); print("eOS Version 0.1 2021", 0xf0);
} }

Loading…
Cancel
Save