forked from arceos-org/arceos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
expect_info_dns.out
38 lines (36 loc) · 1.02 KB
/
expect_info_dns.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
smp = 1
build_mode = release
log_level = info
Primary CPU 0 started,
Found physcial memory regions:
.text (READ | EXECUTE | RESERVED)
.rodata (READ | RESERVED)
.data .tdata .tbss .percpu (READ | WRITE | RESERVED)
.percpu (READ | WRITE | RESERVED)
boot stack (READ | WRITE | RESERVED)
.bss (READ | WRITE | RESERVED)
free memory (READ | WRITE | FREE)
Initialize global memory allocator...
Initialize kernel page table...
Initialize platform devices...
Initialize device drivers...
registered a new Net device at .\+: "virtio-net"
Initialize network subsystem...
use NIC 0: "virtio-net"
created net interface "eth0":
ether: 52-54-00-12-34-56
ip: 10.0.2.15/24
gateway: 10.0.2.2
Primary CPU 0 init OK.
Hello, simple http client!
dest: ident.me:80 ([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+:80)
HTTP/1.1 200 OK
Server: nginx
Date:
Content-Type: text/plain
Content-Length:
Connection: keep-alive
Access-Control-Allow-Origin: *
Cache-Control: no-cache, no-store, must-revalidate
^[0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+
Shutting down...