Changeset 4158 for libcaca/trunk/kernel/drivers/processor.c
- Timestamp:
- 12/20/09 15:02:02 (3 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/kernel/drivers/processor.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/kernel/drivers/processor.c
r4157 r4158 1 1 /* 2 * processor.c 3 * 2 * libcaca 3 * libcaca Colour ASCII-Art library 4 * Copyright (c) 2006 Sam Hocevar <sam@hocevar.net> 5 * 2009 Jean-Yves Lamoureux <jylam@lnxscene.org> 6 * All Rights Reserved 4 7 * 5 * Created by Jean-Yves Lamoureux on 12/19/09. 6 * Copyright 2009 Frob. All rights reserved. 8 * $Id: kernel.h 4154 2009-12-20 13:33:11Z jylam $ 7 9 * 10 * This library is free software. It comes without any warranty, to 11 * the extent permitted by applicable law. You can redistribute it 12 * and/or modify it under the terms of the Do What The Fuck You Want 13 * To Public License, Version 2, as published by Sam Hocevar. See 14 * http://sam.zoy.org/wtfpl/COPYING for more details. 8 15 */ 16 9 17 #include "kernel.h" 10 18 #include "klibc.h" … … 15 23 { 16 24 processor_info->id = 0; 17 25 18 26 /* Vendor String */ 19 27 int code = CPUID_GETVENDORSTRING;
Note: See TracChangeset
for help on using the changeset viewer.
