From 8a0719e2b1ec12e6d954441ed90f795e82d952f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Mon, 2 Apr 2007 13:08:05 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20utilisation=20des=20nouvelles=20fonctio?= =?UTF-8?q?nnalit=C3=A9s=20vid=C3=A9o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/system.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/system/system.c b/system/system.c index 548cb3e..3269251 100644 --- a/system/system.c +++ b/system/system.c @@ -1,8 +1,9 @@ #include "vga.h" -int __main(void) { - setvmode(1); - cls(); - print("Hello cos is here !"); +int main(void) { + setvmode(0x1); + clearscreen(); + setfont(1); + print("Hello cos is here"); while(1); -} +} \ No newline at end of file