summaryrefslogtreecommitdiffstats
path: root/driver/console_old.S
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2005-04-18 17:18:02 +0200
committerneoraider <devnull@localhost>2005-04-18 17:18:02 +0200
commit2c7f83e006c3fee8d26e940eee801a4be9443e50 (patch)
treecb8273f74857305921b653aed0a0488b2d27c13a /driver/console_old.S
downloadwinx-master.tar
winx-master.zip
Verzeichnisstruktur ver?ndertHEADmaster
Diffstat (limited to 'driver/console_old.S')
-rw-r--r--driver/console_old.S14
1 files changed, 14 insertions, 0 deletions
diff --git a/driver/console_old.S b/driver/console_old.S
new file mode 100644
index 0000000..9e105c9
--- /dev/null
+++ b/driver/console_old.S
@@ -0,0 +1,14 @@
+.data
+
+.global console_cur_pos, console_std_attr, console_akt_char_attr, cur_blink_counter, console_flags
+
+console_cur_pos: .word 0
+console_std_attr: .byte 0b00000111
+console_akt_char_attr: .byte 0
+
+cur_blink_counter: .byte 0
+
+
+.global CUR_BLINK
+
+CUR_BLINK = 50