Skip to content

ACPI minimal support #7

@NewbiZ

Description

@NewbiZ

Still lot of work to do for ACPI minimal support:
At least S5/shutdown should work out of hardcoded VM

int sys_halt(void)
{
  // Hack: Hard coded ACPI shutdown for qemu/bochs
  outw(0xB004, 0x0 | 0x2000);
  return 0;
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions