Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On windows AMD64 getKernalArchitecture() should return X86_64, #7

Open
affggh opened this issue Apr 5, 2024 · 0 comments
Open

On windows AMD64 getKernalArchitecture() should return X86_64, #7

affggh opened this issue Apr 5, 2024 · 0 comments

Comments

@affggh
Copy link

affggh commented Apr 5, 2024

I run on windows amd64 arch

I think Kernel architecture should be X86_64 but return a 'UNKNOW'

Kernel architecture     : UNKNOW
Raw Kernel architecture : AMD64
Kernel bitness          : 64
Kernel name             : Windows_NT
Kernel version          : 10.0.22631

There is my code

import 'package:system_info2/system_info2.dart';

void main() {
  print('Kernel architecture     : ${SysInfo.kernelArchitecture}');
  print('Raw Kernel architecture : ${SysInfo.rawKernelArchitecture}');
  print('Kernel bitness          : ${SysInfo.kernelBitness}');
  print('Kernel name             : ${SysInfo.kernelName}');
  print('Kernel version          : ${SysInfo.kernelVersion}');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant