| 2001-10-22, 03:07 PM | #1 |
|
Veteran Member
Registered: Sep 2001
My Mac: PowerBook 17", iBook 12", iPod, PowerBook 520c, PowerMac 6100
Posts: 548
오프라인
|
OS X 안의 OS X 서버의 그것들
OS X 가 기존 9에 비해서 파일 구조가 너무나도 복잡하고 용도 불명 이길래
한번 탐색을 해본적이 있습니다. (뭐 이런다고 해서 무지한 엔드유저가 뭘 알겠습니까만...) 그런데 재미있는것이.. 각종 설정과 화면 표기를 위한 파일에 OS X Sever 10.1 에 들어있는것들이 있더라구요 로그인 화면 파일에 OS X 서버 버전 이라고 적혀있는 리소스 파일이 있기도 하구요... OS X 에서 서버버전으로 돌변!! 할수도 있다는 겁니까? (아니겠죠 ^^ 이건 그냥 해보는 소립니다) 여튼 뒤져보면 재미있는것들이 좀 나오는군요 ![]() |
|
| 2001-10-22, 11:09 PM | #2 |
|
Elite Member
![]() ![]() ![]() ![]() Registered: Oct 2001
My Mac: iMac2.8(8800GS), MBP2.2G, AppleTV, AEBS(Jpn),Touch16G
Posts: 3,052
오프라인
|
OSX 에 서버...
서버 버젼설치가.. 서버패키치 하나 더 들어있는것 같더군요.
서버는 OSX에서 약간의 설정으로 서버라고 표기되는건 아닐까영?^.^ 단순히 패키지 하나로 결판나는거니.. 나머진 다를것도 없으니깐영.
__________________
세벌사랑,한글사랑. 글이 살아야 나라가 산다. |
|
| 2001-10-22, 11:42 PM | #3 |
|
Senior Member
![]() ![]() Registered: Sep 2001
My Mac: PowerBook G4 867 12", iPod mini (Blue), iPod 2G(10GB), Newton MP2100
Posts: 156
오프라인
|
안녕하세요?
맥초보 bummy입니다. catz님 얘기를 들으니 갑자기 예전에 우스개로 본 WIndows 98 Source Code 기억이 납니다 ![]() 중간에 보면 Welcome to Windows 3.1과 95 부분을 주석처리해 놓고 그냥 표시만 Welcome to Windows 98로 표시하는 부분이 있거든요 ![]() totally_screw_up_HPFS_file_system(); 이런 부분도 상당히 재미있군요. /* Source Code to Windows 98 -- Enjoy! */ #include "win31.h" #include "win95.h" #include "evenmore.h" #include "oldstuff.h" #include "billrulz.h" #define INSTALL = HARD char make_prog_look_big[1600000]; void main() { while(!CRASHED) { display_copyright_message(); display_bill_rules_message(); do_nothing_loop(); if (first_time_installation) { make_50_megabyte_swapfile(); do_nothing_loop(); totally_screw_up_HPFS_file_system(); search_and_destroy_the_rest_of_OS/2(); hang_system(); } write_something(anything); display_copyright_message(); do_nothing_loop(); do_some_stuff(); if (still_not_crashed) { display_copyright_message(); do_nothing_loop(); basically_run_windows_3.1(); do_nothing_loop(); do_nothing_loop(); } } if (detect_cache()) disable_cache(); if (fast_cpu()) { set_wait_states(lots); set_mouse(speed, very_slow); set_mouse(action, jumpy); set_mouse(reaction, sometimes); } /* printf("Welcome to Windows 3.11"); */ /* printf("Welcome to Windows 95"); */ printf("Welcome to Windows 98"); if (system_ok()) crash(to_dos_prompt) else system_memory = open("a:\swp0001.swp", O_CREATE); while(something) { sleep(5); get_user_input(); sleep(5); act_on_user_input(); sleep(5); } create_general_protection_fault(); } |
|
| 2001-10-23, 03:41 AM | #4 |
|
Elite Member
![]() ![]() ![]() ![]() Registered: Oct 2001
My Mac: iMac2.8(8800GS), MBP2.2G, AppleTV, AEBS(Jpn),Touch16G
Posts: 3,052
오프라인
|
크크크 충분히 납득이 가는 코드군영^^;
쿠헤헤헤..
요즘 나오는 코드엔.. LINUX파티션 파괴가 있을까요?^^;
__________________
세벌사랑,한글사랑. 글이 살아야 나라가 산다. |
|