]> wirehaze git hosting - BOS.git/blob - kernel/stdio/stdio.asm

wirehaze git hosting

VFS
[BOS.git] / kernel / stdio / stdio.asm
1 ;----------------------------------------------------------;
2 ; BOS kernel Christoffer Bubach, 2012-2015. ;
3 ;----------------------------------------------------------;
4 ; ;
5 ; STDIO interface, handling all user input/output. ;
6 ; ;
7 ;----------------------------------------------------------;
8
9 init_stdio:
10 push eax
11 ; a bit more code here
12 pop eax
13 ret