;----------------------------------------------------------; ; BOS kernel Christoffer Bubach, 2012-2015. ; ;----------------------------------------------------------; ; ; ; STDIO interface, handling all user input/output. ; ; ; ;----------------------------------------------------------; init_stdio: push eax ; a bit more code here pop eax ret