source: trunk/boot/tsar_mips32/boot_test/kern_test.ld @ 468

Last change on this file since 468 was 439, checked in by satin@…, 6 years ago

Introduice new distributed Makefile architecture.
Remove deprecated sys/ directory

File size: 158 bytes
Line 
1ENTRY(kern_test_init)
2
3SECTIONS
4{
5    seg_kernel_code :
6    {
7        *(.kinit)
8        *(.text)
9    }
10
11    seg_kernel_data :
12    {
13        *(.kdata)
14    }
15}
Note: See TracBrowser for help on using the repository browser.