From 5af55420ca579ba35a807e81c8a41b1f7fb112cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 28 Mar 2007 15:51:42 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20d=C3=A9sactivation=20temporaire=20du=20?= =?UTF-8?q?gestionnaire=20d'interruption=20qui=20provoque=20l'instabilit?= =?UTF-8?q?=C3=A9=20du=20syst=C3=A8me=20Ajout=20de=20l'exportation=20des?= =?UTF-8?q?=20fonctions=20de=20contexte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noyau/systeme.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/noyau/systeme.asm b/noyau/systeme.asm index 27e4b92..98bdc88 100644 --- a/noyau/systeme.asm +++ b/noyau/systeme.asm @@ -69,7 +69,7 @@ suite: call [cs:print],offset msg_video_init call [cs:print],offset msg_ok2 call [cs:print],offset msg_handler - call installirqhandler + ;call installirqhandler call [cs:print],offset msg_ok2 call [cs:print],offset msg_cpu_detect call [cs:cpuinfo],offset thecpu @@ -237,6 +237,8 @@ declare irqhandler declare isenableirq declare isrequestirq declare isinserviceirq +declare savecontext +declare restorecontextg ende