This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2025-01-12 16:02:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
964e9e91c7
genode
/
repos
/
base-hw
/
lib
/
mk
/
spec
/
x86_64
/
base-common.mk
4 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
hw: skeleton for building on x86_64 This patch contains the initial code needed to build and bootstrap the base-hw kernel on x86 64-bit platforms. It gets stuck earlier because the binary contains 64-bit instructions, but it is started in 32-bit mode. The initial setup of page tables and switch to long mode is still missing from the crt0 code.
2015-02-06 16:29:30 +00:00
i
n
c
l
u
d
e
$(
REP_DIR
)
/
l
i
b
/
m
k
/
b
a
s
e
-
c
o
m
m
o
n
.
i
n
c
Clean up base-library structure This patch moves the base library from src/base to src/lib/base, flattens the library-internal directory structure, and moves the common parts of the library-description files to base/lib/mk/base.inc and base/lib/mk/base-common.inc. Furthermore, the patch fixes a few cosmetic issues (whitespace and comments only) that I encountered while browsing the result. Fixes #1952
2016-04-29 11:23:19 +00:00
v
p
a
t
h
k
e
r
n
e
l
/
i
n
t
e
r
f
a
c
e
.
c
c
$(
REP_DIR
)
/
s
r
c
/
l
i
b
/
b
a
s
e
/
x
8
6
_
6
4
Reference in New Issue
Copy Permalink