hikalium / liumos

A toy operating system which supports NVDIMM natively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename Sleep() to Yield()

hikalium opened this issue · comments

https://github.com/hikalium/liumos/blob/master/src/sleep_handler.S

This file implements Sleep() but it works as Yield, so rename this.