HobbyOSs / opennask

nask clone assembly, it can boot tiny OS with Linux
https://github.com/HobbyOSs/opennask/wiki/%E5%8B%95%E4%BD%9C%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF
GNU General Public License v3.0
20 stars 3 forks source link

qemu-system-i386: -localtime: invalid optionが出て起動できない #52

Closed hangingman closed 2 years ago

hangingman commented 2 years ago

ref https://www.qemu.org/docs/master/about/removed-features.html#localtime-removed-in-3-1

qemu 3.1でオプションが無くなった

-localtime (removed in 3.1)

Replaced by -rtc base=localtime.

https://www.qemu.org/docs/master/system/qemu-manpage.html

Specify base as utc or localtime to let the RTC start at the current UTC or local time, 
respectively. localtime is required for correct date in MS-DOS or Windows. 
To start at a specific point in time, provide datetime in the format 2006-06-17T16:01:21 or 2006-06-17. The default base is UTC.

MS-DOSで必要な機能だったようだ