mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Norman Feske
parent
bf90fd5f66
commit
66d499e416
@ -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
|
||||
|
Reference in New Issue
Block a user