From f7e9467bc323e4a691694700605f621b99b614a3 Mon Sep 17 00:00:00 2001 From: Richard Burgess <> Date: Sun, 28 Aug 1994 17:02:06 +0000 Subject: [PATCH] autocommit for file dated 1994-08-28 17:02:06 --- ossource/mosidt.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ossource/mosidt.asm diff --git a/ossource/mosidt.asm b/ossource/mosidt.asm new file mode 100644 index 0000000..e0587b0 --- /dev/null +++ b/ossource/mosidt.asm @@ -0,0 +1,10 @@ +; MMURTL Operating System Source Code +; Copyright 1991,1992,1993,1994 Richard A. Burgess +; ALL RIGHTS RESERVED +; Version 1.0 +; +;This defines the Interrupt Desecriptor Table +; +PUBLIC IDT DD 512 DUP (0) ;2K for IDT (0.5 pages, 1K) @ 00000000h Physcial +; +; ========== Module End =========== -- 2.40.0