From 05e1fedcc9cd30d1a34a65e640da45e980b4f859 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 19 Sep 2019 19:56:59 +0200 Subject: Moved source to kernel directory --- src/io/io.asm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/io/io.asm (limited to 'src/io/io.asm') diff --git a/src/io/io.asm b/src/io/io.asm deleted file mode 100644 index 6ab3707..0000000 --- a/src/io/io.asm +++ /dev/null @@ -1,10 +0,0 @@ -global shutdown -shutdown: - mov ax, 0x1000 - mov ax, ss - mov sp, 0xf000 - mov ax, 0x5307 - mov bx, 0x0001 - mov cx, 0x0003 - int 0x15 - ret \ No newline at end of file -- cgit v1.2.3