mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 15:56:41 +00:00
533015b93e
The 32-bit MSR is returned by rdtscp in ecx register and used to detect the CPU ID the timestamp was taken on. Issue #4314
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := git
|
|
DOWNLOADS := nova.git
|
|
|
|
# r10 branch
|
|
URL(nova) := https://github.com/alex-ab/NOVA.git
|
|
REV(nova) := 825c1f94c82ae03f554c02b91430eca6983329da
|
|
DIR(nova) := src/kernel/nova
|
|
|
|
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))
|