mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-13 06:29:47 -04:00
13 lines
395 B
C
13 lines
395 B
C
//=======================================================================
|
|
// Copyright Baptiste Wicht 2013-2016.
|
|
// Distributed under the terms of the MIT License.
|
|
// (See accompanying file LICENSE or copy at
|
|
// http://www.opensource.org/licenses/MIT)
|
|
//=======================================================================
|
|
|
|
/*
|
|
* Hack to make GCC output 16-bit code.
|
|
*/
|
|
|
|
asm(".code16gcc");
|