vodozhaba / vv4os

VV4OS is an open-source non-commercial operating system. The target is an OS with the full abstraction of the internals of the computer, such as files and programs, from the user. The OS has been inspired by macOS.
MIT License
1 stars 0 forks source link

Replace with logic #15

Open vodozhaba opened 7 years ago

vodozhaba commented 7 years ago

/vv4os/io/uart.c:76: PortWrite8(INT_IDENT_AND_FIFO_CTRL, 0xC7); // FIXME: magic number I copied & pasted that from OSDev wiki without researching. Gotta replace that magic number with logic.