https://github.com/o8vm/xen-pv-console
xen-pv-console(write only)
https://github.com/o8vm/xen-pv-console
Last synced: 24 days ago
JSON representation
xen-pv-console(write only)
- Host: GitHub
- URL: https://github.com/o8vm/xen-pv-console
- Owner: o8vm
- Created: 2019-10-16T15:37:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T15:38:09.000Z (almost 7 years ago)
- Last Synced: 2025-11-29T21:53:09.575Z (8 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xen-pv-console(write only)
write only な pv console を実装した単純なカーネル。
世界時をコンソールに出力する。
下記例:
```shell
[ell@centos ~]$ make
[ell@centos ~]$ sudo xl create -c domain_config
[ell@centos ~]$ sudo xl create -c domain_config
Parsing config from domain_config
Hello from printk!
2019/10/15 09:57:07
```