Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 105 forks source link

nboot: don't change uart settings for choice 'A'..'D' #1214

Closed rminnich closed 2 years ago

rminnich commented 2 years ago

If a user chooses consoles in the range 0 to 3, nboot calls the bios to set uart paramaters, usually badly.

Change nboot so that if the user selects 'A'..'D', it is like setting '0'..'3' but no uart bios calls are done.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com