summaryrefslogtreecommitdiff
path: root/bincode.asm
diff options
context:
space:
mode:
authorSteffen Winterfeldt <wfeldt@opensuse.org>2009-07-10 14:53:29 +0200
committerSteffen Winterfeldt <wfeldt@opensuse.org>2009-07-10 14:53:29 +0200
commit7ddc8c424ff377adec4d9b6c8099686bcf25b962 (patch)
treee7c0e3ee73d0d5b09a70ace8305951b27b7b59e3 /bincode.asm
parent50546c463b7c66d124095e0fa0a46db49574692a (diff)
- use new 'mount' instruction
Diffstat (limited to 'bincode.asm')
-rw-r--r--bincode.asm22
1 files changed, 22 insertions, 0 deletions
diff --git a/bincode.asm b/bincode.asm
index b9f1ba6..f404ac0 100644
--- a/bincode.asm
+++ b/bincode.asm
@@ -9402,6 +9402,28 @@ prim_chdir_90:
ret
+;; mount - re-read filesystem meta data
+;
+; group: system
+;
+; ( -- int1 )
+;
+; int1: error
+;
+; example
+; mount pop % re-read iso fs after cdrom change
+;
+
+ bits 32
+
+prim_mount:
+ mov al,6
+ call gfx_cb ; (re)mount
+ mov dl,t_int
+ movzx eax,al
+ jmp pr_getobj
+
+
;; _readsector - read sector
;
; group: system