반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Preprocessor
- DBMS 개발
- SQLite
- TiKV
- 약어
- FreeBSD
- DBMS
- Windows via c/c++
- 한빛미디어
- Symbol
- OS 커널
- newSQL
- 구조와 원리
- Pointer
- bash
- Golang
- kernel
- Programming
- UNIX
- 포인터
- 커널
- 컴퓨터 강좌
- getopts
- go
- 함수포인터
- 전처리기
- 포인터변수
- 긴옵션
- UNIX Internals
- TiDB
Archives
- Today
- Total
목록Kernel Programming (1)
sonumb
FreeBSD - Configuration for Kernel Developers
1.Network 1.1 IP Configuration #ifconfig lnc0 inet 192.168.1.123 netmask 255.255.255.0 /etc/rc.conf 파일의 끝에 ifconfig_lnc0="inet 192.168.1.123 netmask 255.255.255.0" 를 추가 #echo ifconfig_lnc0="inet 192.168.1.123 netmask 255.255.255.0" >> /etc/rc.conf 1.2 Gateway 추가 #route add default 192.168.1.1 혹은 /etc/rc.conf 파일에 defaultrouter="192.168.1.1"1.3 DNS 경로 및 도메인 추가 /etc/resolv.conf 파일에 domain mydomain...
개발자 이야기/OS_Development
2008. 1. 23. 22:11