issues
search
opuntiaOS-Project
/
opuntiaOS
opuntiaOS - an operating system targeting x86, ARM and RISC-V.
BSD 2-Clause "Simplified" License
660
stars
32
forks
source link
Terminal stdin fixes + stdio upgrades
#49
Closed
bellrise
closed
3 years ago
bellrise
commented
3 years ago
The terminal app no longer send a null byte onto the
stdin
buffer causing havoc
Implement a proper working fgets
Implement fclose for files
Provide the
__stream_info
subroutine for debugging streams
nimelehin
commented
3 years ago
Great, thanks!
stdin
buffer causing havoc__stream_info
subroutine for debugging streams