From 42725ead9a37655559e995bfbc6aeb8bcce90341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Fri, 19 Nov 2004 17:23:06 +0000 Subject: [PATCH] feat: passage au format CE, offset a 0 --- noyau/8259a.asm | 2 +- noyau/clavier.asm | 2 +- noyau/format.asm | 2 +- noyau/heure.asm | 2 +- noyau/horloge.asm | 2 +- noyau/manette.asm | 2 +- noyau/port.asm | 2 +- noyau/souris.asm | 2 +- programs/detect.asm | 2 +- programs/editeur.asm | 2 +- programs/logo.asm | 2 +- programs/memoire.asm | 2 +- programs/pmode.asm | 2 +- programs/souris.asm | 2 +- programs/test.asm | 2 +- programs/verifier.asm | 2 +- programs/volume.asm | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/noyau/8259a.asm b/noyau/8259a.asm index 1c05847..592c021 100644 --- a/noyau/8259a.asm +++ b/noyau/8259a.asm @@ -2,7 +2,7 @@ .486 smart .code -org 0100h +org 0h start: jmp tsr db 'PIC8259A' diff --git a/noyau/clavier.asm b/noyau/clavier.asm index 83c32a6..5ce5b63 100644 --- a/noyau/clavier.asm +++ b/noyau/clavier.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h start: diff --git a/noyau/format.asm b/noyau/format.asm index 62b8d30..0701d2d 100644 --- a/noyau/format.asm +++ b/noyau/format.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h start: jmp tsr ;Saute à la routine résidente diff --git a/noyau/heure.asm b/noyau/heure.asm index f4c547e..918ab3f 100644 --- a/noyau/heure.asm +++ b/noyau/heure.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h start: diff --git a/noyau/horloge.asm b/noyau/horloge.asm index 8ff0505..41c7f0d 100644 --- a/noyau/horloge.asm +++ b/noyau/horloge.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h start: diff --git a/noyau/manette.asm b/noyau/manette.asm index fe5c6ef..d291dc2 100644 --- a/noyau/manette.asm +++ b/noyau/manette.asm @@ -2,7 +2,7 @@ .486 smart .code -org 0100h +org 0h start: jmp tsr drv db 'JOYSTICK',0 diff --git a/noyau/port.asm b/noyau/port.asm index 2e185f7..c4a588d 100644 --- a/noyau/port.asm +++ b/noyau/port.asm @@ -2,7 +2,7 @@ .486 smart .code -org 0100h +org 0h start: jmp tsr drv db 'LPT ',0 diff --git a/noyau/souris.asm b/noyau/souris.asm index c639cfa..ab8b210 100644 --- a/noyau/souris.asm +++ b/noyau/souris.asm @@ -2,7 +2,7 @@ .486 smart .code -org 0100h +org 0h start: jmp tsr drv db 'MOUSE',0 diff --git a/programs/detect.asm b/programs/detect.asm index 9c4ea33..4e4f52d 100644 --- a/programs/detect.asm +++ b/programs/detect.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h include ..\include\pci.h diff --git a/programs/editeur.asm b/programs/editeur.asm index 23c988c..856f0bf 100644 --- a/programs/editeur.asm +++ b/programs/editeur.asm @@ -1,7 +1,7 @@ .model tiny .386c .code -org 0100h +org 0h start: diff --git a/programs/logo.asm b/programs/logo.asm index d5a3b1a..85411e0 100644 --- a/programs/logo.asm +++ b/programs/logo.asm @@ -1,7 +1,7 @@ .model tiny .386c .code -org 0100h +org 0h start: diff --git a/programs/memoire.asm b/programs/memoire.asm index d3ed25b..b95a9b1 100644 --- a/programs/memoire.asm +++ b/programs/memoire.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h include ..\include\mem.h include ..\include\divers.h diff --git a/programs/pmode.asm b/programs/pmode.asm index 23b82e4..f78d0a5 100644 --- a/programs/pmode.asm +++ b/programs/pmode.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h start: mov eax,cr0 diff --git a/programs/souris.asm b/programs/souris.asm index 30c92fc..0550e34 100644 --- a/programs/souris.asm +++ b/programs/souris.asm @@ -3,7 +3,7 @@ smart .code -org 0100h +org 0h start: mov si,offset message diff --git a/programs/test.asm b/programs/test.asm index 0b72193..c1fdcc3 100644 --- a/programs/test.asm +++ b/programs/test.asm @@ -2,7 +2,7 @@ .486 smart .code -org 0100h +org 0h start: diff --git a/programs/verifier.asm b/programs/verifier.asm index 8b9af11..b29aeff 100644 --- a/programs/verifier.asm +++ b/programs/verifier.asm @@ -1,7 +1,7 @@ .model tiny .386c .code -org 0100h +org 0h start: diff --git a/programs/volume.asm b/programs/volume.asm index 49a0947..f300a94 100644 --- a/programs/volume.asm +++ b/programs/volume.asm @@ -1,7 +1,7 @@ .model tiny .386c .code -org 0100h +org 0h start: