diff options
author | Marvin Borner | 2019-09-19 21:28:25 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-19 21:28:25 +0200 |
commit | 8fd9eaf2d582893e6b3117d0dbeb1d368ca61d7a (patch) | |
tree | 2926ef26a93fc1b449833f62cd63015a24f0a366 /src/kernel/io | |
parent | 05e1fedcc9cd30d1a34a65e640da45e980b4f859 (diff) |
Added sleep command/action
Diffstat (limited to 'src/kernel/io')
-rw-r--r-- | src/kernel/io/io.asm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/kernel/io/io.asm b/src/kernel/io/io.asm deleted file mode 100644 index 6ab3707..0000000 --- a/src/kernel/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 |