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

enable main timer #289

Closed
todo bot opened this issue May 15, 2019 · 1 comment
Closed

enable main timer #289

todo bot opened this issue May 15, 2019 · 1 comment
Assignees
Labels
todo 🗒️ Created by the todo bot

Comments

@todo
Copy link

todo bot commented May 15, 2019

// TODO: enable main timer
let main_timer_opt = hpet_instance.get_timer(0);
if main_timer_opt.is_none() {
paging::kernel_memory::get_kernel_memory().unmap(virtual_address, PAGE_SIZE);
return false;
}
let main_timer = main_timer_opt.unwrap();
// The timer must support periodic interrupt otherwise we cannot use it!


This issue was generated by todo based on a TODO comment in 044bfde when #256 was merged. cc @Thog.
@todo todo bot assigned marysaka May 15, 2019
@todo todo bot added the todo 🗒️ Created by the todo bot label May 15, 2019
@roblabla
Copy link
Member

Fixed with #304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo 🗒️ Created by the todo bot
Projects
None yet
Development

No branches or pull requests

2 participants