Commit Graph

912 Commits

Author SHA1 Message Date
Laurent Vivier
bff6076aa9 remove uneeded variable, correct return value from get_tag() 2007-05-11 12:18:27 +00:00
Laurent Vivier
09e4ba8e43 on restoring backup, rename file to .old 2007-05-09 19:26:48 +00:00
Laurent Vivier
e0cbb39f65 Add missing } 2007-05-09 19:25:55 +00:00
Laurent Vivier
592f3e2068 add kernel_map and initrd_map 2007-05-09 19:08:23 +00:00
Laurent Vivier
45e29cda8a emile_config_get() can manage many types, given by tag id 2007-05-06 23:12:29 +00:00
Laurent Vivier
10026118a2 hide map files 2007-05-06 23:03:55 +00:00
Laurent Vivier
a2cfb4a4a7 First revision 2007-05-05 22:05:43 +00:00
Laurent Vivier
49480d82b3 correct ramdisk management, rename it to initrd 2007-05-04 20:45:21 +00:00
Laurent Vivier
deea90cf36 if property is not set, remove it 2007-05-04 18:13:20 +00:00
Laurent Vivier
a4b0ece6cd move to version 0.12CVS 2007-05-04 10:34:37 +00:00
Laurent Vivier
a1d8405965 correct flag ACTION_RAMDISK 2007-05-04 09:22:15 +00:00
Laurent Vivier
e8bdbd5e5f enable option "-r" 2007-05-04 09:19:57 +00:00
Laurent Vivier
d356dd3a53 Add GetCurrentMode() 2007-05-04 09:14:49 +00:00
Laurent Vivier
b1eeb789a0 add missing file from second/ 2007-03-31 07:28:17 +00:00
Laurent Vivier
272ac39b96 remove display_properties.S and define LMGetMainDevice(), detect display in vga_init() 2007-03-31 07:26:05 +00:00
Laurent Vivier
454089d8df update 2007-03-28 19:31:56 +00:00
Laurent Vivier
66fe6b688c Release 0.11 2007-03-28 19:29:48 +00:00
Laurent Vivier
3884c5b0ac Release 0.11 2007-03-28 18:59:22 +00:00
Laurent Vivier
fe11d5d9a2 Release 0.11 2007-03-28 18:53:17 +00:00
Laurent Vivier
4e3d7fc63c update 2007-03-28 11:23:21 +00:00
Laurent Vivier
919b7521db allow to create floppy cdboot-*.bin without providing kernel 2007-03-27 09:01:28 +00:00
Laurent Vivier
d3561472bf Add etch support for cd-rom 2007-03-26 18:33:14 +00:00
Laurent Vivier
4ed10e7af3 gcc-4.1 produces broken m68k codes, so on etch I use gcc-3.4 2007-03-26 12:11:38 +00:00
Laurent Vivier
deb2d4c4d3 vga.base and vga.video are not arrays 2007-03-25 00:34:44 +00:00
Laurent Vivier
249c10bd36 Add emile-mkisofs manpage 2007-03-23 15:25:46 +00:00
Laurent Vivier
b9d45a9e05 update 2007-03-23 15:22:37 +00:00
Laurent Vivier
38753484e4 force M68K_CROSS_COMPILE 2007-03-22 17:39:09 +00:00
Laurent Vivier
f9991b2944 What is the real name of gcc m68k cross-compiler package, I don't know... so I put dependencies on several names I know... needed since I move to emdebian toolchain 2007-03-22 17:26:44 +00:00
Laurent Vivier
64e1ab4983 a pointer to an array is the array itself 2007-03-22 17:02:00 +00:00
Laurent Vivier
a60529b2fd CDB is unsigned char and buffer is void* 2007-03-22 17:00:50 +00:00
Laurent Vivier
6f93ca663c emile_l2_header.configuration is int8_t, so functions arguments must use int8_t when dealing with configuration 2007-03-22 16:45:59 +00:00
Laurent Vivier
41e204ab1d a C string is signed char 2007-03-22 16:42:06 +00:00
Laurent Vivier
1cab2b046b second argument of Gestalt() is signed long, cast unsigned parameter 2007-03-22 16:27:34 +00:00
Laurent Vivier
21bec7bfa7 font_get is unsigned 2007-03-22 16:22:45 +00:00
Laurent Vivier
ddddfeffbb set variable kernel by casting with (char*) instead of (unsigned char*) 2007-03-22 16:21:54 +00:00
Laurent Vivier
99efa437be modify to work on etch, identify architecture host and build with dpkg-architecture 2007-03-22 15:59:06 +00:00
Laurent Vivier
cdc94e3962 change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
Laurent Vivier
a2d4a3624f Add support of cross toolchain from http://www.emdebian.org/ 2007-03-22 15:33:33 +00:00
Laurent Vivier
09423e7e90 to remove warning on signedness with gcc 4, cast some parameters 2007-02-24 14:02:40 +00:00
Laurent Vivier
7be7cf61df Add -Werror 2007-02-24 14:02:11 +00:00
Laurent Vivier
8f419ba4b1 to remove warning on signedness with gcc 4, cast some parameters 2007-02-24 13:35:32 +00:00
Laurent Vivier
eb3cf75e0c Add -Werror 2007-02-24 13:34:44 +00:00
Laurent Vivier
f0493defba remove debian revision 2007-02-24 12:47:09 +00:00
Laurent Vivier
e6610164e0 correct cast of 1st arg of isonum_733 2007-02-24 11:42:45 +00:00
Laurent Vivier
edd5bc94fb Correct GPR[7] init 2007-02-19 15:57:57 +00:00
Laurent Vivier
93926639bc Remove section .bootstrap from swith_to_PPC.o to be able to put the new one 2007-02-19 15:57:25 +00:00
Laurent Vivier
f48db9e15f Add bootstrap section in swith_to_PPC.o instead of main.o 2007-02-17 22:39:07 +00:00
Laurent Vivier
e2777d45e2 use swith_to_PPC and a bootstrap to boot kernel PPC 2007-02-17 22:38:18 +00:00
Laurent Vivier
26118c7f51 update copyright to 2007 2007-02-17 22:29:23 +00:00
Laurent Vivier
17796502ab Add some code to use bootstrap 2007-02-17 22:27:08 +00:00