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

Novusk v3 drivers #13

Open
5 of 7 tasks
NathanMcMillan54 opened this issue Jun 13, 2021 · 11 comments
Open
5 of 7 tasks

Novusk v3 drivers #13

NathanMcMillan54 opened this issue Jun 13, 2021 · 11 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@NathanMcMillan54
Copy link
Owner

NathanMcMillan54 commented Jun 13, 2021

A list of drivers for Novusk v3

  • Sound
  • Multitasking
  • Try network drivers
  • USB device drivers
  • Proper UEFI support
  • Mouse input
@NathanMcMillan54 NathanMcMillan54 added this to the Novusk v3 drivers milestone Jun 13, 2021
@NathanMcMillan54 NathanMcMillan54 added enhancement New feature or request help wanted Extra attention is needed labels Jun 13, 2021
@NathanMcMillan54 NathanMcMillan54 mentioned this issue Jun 13, 2021
5 tasks
@NathanMcMillan54
Copy link
Owner Author

Sound has been in Novusk since v3-beta arch v1

@tux7k
Copy link

tux7k commented Aug 8, 2021

For multitasking you could maybe use async apps that print to different parts of the framebuffer

@NathanMcMillan54
Copy link
Owner Author

When multitasking is added, it'll be used for lots of things, mostly drivers (which could mean a frame buffer). It'll be very helpful if you made a way to implement a working task handler for the x86 kernel. This function breaks everything when you call it, it causes a memory error idk how to deal with it and haven't really tried to.

@NathanMcMillan54
Copy link
Owner Author

bcb4cde added USB drivers.

@NathanMcMillan54
Copy link
Owner Author

b279b79 added multitasking for x86_64 kernel.

@tux7k
Copy link

tux7k commented Aug 20, 2021

network drivers shouldn't be too hard as long as you know where to start

@NathanMcMillan54
Copy link
Owner Author

You can help start

@tux7k
Copy link

tux7k commented Aug 21, 2021

I don't even know how the kernel operates 😂

@tux7k
Copy link

tux7k commented Aug 21, 2021

The only problem with having UEFI support is that it automatically thinks your on APIC and fires a timer interrupt when you run the "sti" instruction causing the system to die unless you have APIC implemented in your system

@NathanMcMillan54
Copy link
Owner Author

e5ec7ff Added PS2 mouse support

@NathanMcMillan54
Copy link
Owner Author

Ethernet drivers for arm32 have been added and has been apart of novusk for a while, RISCV and Xtensa (esp) will soon have wireless drivers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants