
Fuchsia
文章平均质量分 64
雜貨鋪老闆
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Fuchsia使用的内核Magenta
代码下载地址 https://fuchsia.googlesource.com/magenta 使用github的镜像 https://github.com/fuchsia-mirror/magenta 简介 https://github.com/fuchsia-mirror/magenta/blob/master/docs/index.md原创 2016-08-15 18:11:34 · 8223 阅读 · 0 评论 -
Magenta与LK的关系
https://github.com/fuchsia-mirror/magenta/blob/master/docs/mg_and_lk.md LK is a Kernel designed for small systems typically used in embeddedapplications. It is good alternative to commercial of原创 2016-08-15 18:45:31 · 1964 阅读 · 0 评论 -
编译Magenta
文档地址 https://github.com/fuchsia-mirror/magenta/blob/master/docs/getting_started.md 编译环境选择Ubuntu14.04 sudo apt-get update sudo apt-get upgrade 安装必要的工具 sudo apt-get install texinfo l原创 2016-08-16 10:32:23 · 2248 阅读 · 0 评论 -
编译fuchsia的工具链
安装必要的工具 sudo apt-get install bison 进入$SRC目录 保持网络畅通 下载源码 git clone https://fuchsia.googlesource.com/third_party/gcc_none_toolchains 下载完可以看到主要是控制脚本和补丁文件 简单看下doit脚本 脚本主要下载gcc等源码工具原创 2016-08-17 10:03:42 · 2233 阅读 · 0 评论 -
为fuchsia编译qemu
进入$SRC目录 下载源码 保持网络畅通 git clone https://fuchsia.googlesource.com/third_party/qemu 进入qemu目录 ~/fuchsia/qemu$ git branch -a * fuchsia master remotes/origin/HEAD -> origin/master remotes原创 2016-08-18 13:45:17 · 1937 阅读 · 0 评论 -
在qemu中运行magenta
前面已经编译了magenta内核 并且准备好了qemu模拟器 进入magenta目录 看下脚本./scripts/run-magenta-x86-64 ~/fuchsia/magenta$ cat ./scripts/run-magenta-x86-64 #!/bin/bash # Copyright 2016 The Fuchsia Authors # # Use of th原创 2016-08-18 14:15:30 · 6216 阅读 · 3 评论