mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
bf90fd5f66
commit
66d499e416
@ -371,7 +371,7 @@ Separate components:
|
||||
The terminal crosslink service allows to terminal clients to talk to each
|
||||
other.
|
||||
|
||||
:'gems/src/server/http_block':
|
||||
:'gems/src/server/http_blk':
|
||||
A block service that fetches a virtual block device over the network from
|
||||
a HTTP server.
|
||||
|
||||
|
@ -8,7 +8,7 @@ Usage
|
||||
|
||||
Config file snippet:
|
||||
|
||||
!<start name="http_blkdrv">
|
||||
!<start name="http_blk">
|
||||
! <resource name="RAM" quantum="1M" />
|
||||
! <provides><service name="Block"/></provides> <!-- Mandatory -->
|
||||
! <config uri="http://kc86.genode.labs:80/file.iso" block_size=2048/>
|
@ -1,4 +1,4 @@
|
||||
TARGET = http_block
|
||||
TARGET = http_blk
|
||||
SRC_CC = main.cc http.cc
|
||||
LIBS = lwip libc
|
||||
|
Loading…
x
Reference in New Issue
Block a user