Mongolia at the 2014 Winter Olympics
Mongolia competed at the 2014 Winter Olympics in Sochi, Russia from 7 to 23 February 2014. Mongolia's team consisted of two cross-country skiers. This marks the third straight Winter Olympics the nation has sent two cross-country skiers.[3][4] The Mongolian team was the first officially welcomed team at the Games.[5]
Mongolia at the 2014 Winter Olympics | |
---|---|
![]() | |
IOC code | MGL |
NOC | Mongolian National Olympic Committee |
Website | www |
in Sochi | |
Competitors | 2 in 1 sport |
Flag bearer | Bold Byambadorj (opening)[1] Otgontsetseg Chinbat (closing)[2] |
Medals |
|
Winter Olympics appearances (overview) | |
Cross-country skiing
According to the final quota allocation released on January 20, 2014, Mongolia has two athletes in qualification position.[6] Byambadorj finished his race in 80th out of 92 competitors,[7] while Otgontsetseg finished in 70th out of 76 competitors.[8][9]
- Distance
Athlete | Event | Final | ||
---|---|---|---|---|
Time | Deficit | Rank | ||
Bold Byambadorj[3] | Men's 15 km classical | 48:29.6 | +9:59.9 | 80 |
Otgontsetseg Chinbat | Women's 10 km classical | 38:43.1 | +10:25.3 | 70 |
gollark: So I should work out some way to live-patch the kernel to increase the amount of signal-safe functions?
gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
References
- "Sochi 2014 Opening Ceremony - Flagbearers" (PDF). olympic.org. Sochi 2014 Olympic and Paralympic Organizing Committee. 7 February 2014. Retrieved 7 February 2014.
- "Sochi 2014 Closing Ceremony - Flagbearers" (PDF). The International Olympic Committee (IOC). February 23, 2014. Retrieved 23 February 2014.
- Sugirragchaa, 10 January 2014. "Mongolian skiers to compete at Sochi Olympics announced". Mongolian National News Agency. Retrieved 15 January 2014.
- "Two athletes from Mongolia to participate in the Sochi 2014 Olympics". infomongolia.com/. 15 January 2014. Retrieved 17 January 2014.
- "Mongolia will be first Asian NOC at Team Welcome Ceremony". ocasia.org/. Olympic Council of Asia. 1 February 2014. Archived from the original on 4 February 2014. Retrieved 2 February 2014.
- "Summary of Quota allocation as per 20.01.2014" (PDF). fis-ski.com. FIS. 20 January 2014. Retrieved 20 January 2014.
- Basu, Anand (14 February 2014). "Olympics-Cross Country-Men's 15 km classic result". Reuters. Retrieved 14 February 2014.
- "Mongolian skier Ch.Otgontsetseg came in the 70th place, 2014 Sochi Olympics". infomongolia.com/. 13 February 2014. Retrieved 14 February 2014.
- Basu, Anand (13 February 2014). "Olympics-Cross Country-Women's 10 km classic result". Reuters. Retrieved 14 February 2014.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.